Skip to content

Commit 04a1337

Browse files
Bump version
1 parent 39e3e57 commit 04a1337

6 files changed

+9
-9
lines changed

build/mojs-player.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ return /******/ (function(modules) { // webpackBootstrap
181181

182182
this._play = this._play.bind(this);
183183

184-
this.revision = '1.0.0';
184+
this.revision = '1.0.1';
185185

186186
var str = this._fallbackTo(this._o.name, this._defaults.name);
187187
str += str === this._defaults.name ? '' : '__' + this._defaults.name;

build/mojs-player.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ gulp.task('get-current-version', function(e){
7979
.pipe(plumber())
8080
.pipe(jeditor(function (json) {
8181
currentVersion = json.version;
82-
credits = '/*! \n\t:: MojsPlayer :: Player controls for [mojs](mojs.github.io). Intended to help you to craft `mojs` animation sequences.\n\tOleg Solomka @LegoMushroom 2016 MIT\n\t' + currentVersion + ' \n*/\n\n'
82+
credits = '/*! \n\t:: MojsPlayer :: Player controls for [mojs](mojs.github.io). Intended to help you to craft `mojs` animation sequences.\n\tOleg Solomka @LegoMushroom 2021 MIT\n\t' + currentVersion + ' \n*/\n\n'
8383
return json;
8484
}))
8585
});

lib/mojs-player.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
:: MojsPlayer :: Player controls for [mojs](mojs.github.io). Intended to help you to craft `mojs` animation sequences.
3-
Oleg Solomka @LegoMushroom 2016 MIT
4-
0.43.11
3+
Oleg Solomka @LegoMushroom 2021 MIT
4+
1.0.1
55
*/
66

77
'use strict';
@@ -114,7 +114,7 @@ var MojsPlayer = function (_Module) {
114114
this._defaults.precision = 0.1;
115115
this._defaults.name = 'mojs-player';
116116

117-
this.revision = '0.43.10';
117+
this.revision = '1.0.1';
118118

119119
var str = this._fallbackTo(this._o.name, this._defaults.name);
120120
str += str === this._defaults.name ? '' : '__' + this._defaults.name;

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mojs/player",
33
"description": "GUI player to control your animations",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"private": false,
77
"scripts": {

0 commit comments

Comments
 (0)