Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Mar 26, 2021
1 parent 39e3e57 commit 04a1337
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/mojs-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ return /******/ (function(modules) { // webpackBootstrap

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

this.revision = '1.0.0';
this.revision = '1.0.1';

var str = this._fallbackTo(this._o.name, this._defaults.name);
str += str === this._defaults.name ? '' : '__' + this._defaults.name;
Expand Down
4 changes: 2 additions & 2 deletions build/mojs-player.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ gulp.task('get-current-version', function(e){
.pipe(plumber())
.pipe(jeditor(function (json) {
currentVersion = json.version;
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'
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'
return json;
}))
});
Expand Down
6 changes: 3 additions & 3 deletions lib/mojs-player.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
:: MojsPlayer :: Player controls for [mojs](mojs.github.io). Intended to help you to craft `mojs` animation sequences.
Oleg Solomka @LegoMushroom 2016 MIT
0.43.11
Oleg Solomka @LegoMushroom 2021 MIT
1.0.1
*/

'use strict';
Expand Down Expand Up @@ -114,7 +114,7 @@ var MojsPlayer = function (_Module) {
this._defaults.precision = 0.1;
this._defaults.name = 'mojs-player';

this.revision = '0.43.10';
this.revision = '1.0.1';

var str = this._fallbackTo(this._o.name, this._defaults.name);
str += str === this._defaults.name ? '' : '__' + this._defaults.name;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mojs/player",
"description": "GUI player to control your animations",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"private": false,
"scripts": {
Expand Down

0 comments on commit 04a1337

Please sign in to comment.