Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Mar 30, 2023
1 parent fd66ff0 commit 6a5dcc6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.1';
this.revision = '1.1.0';

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 js/mojs-player.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class MojsPlayer extends Module {

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

this.revision = '1.0.0';
this.revision = '1.1.0';

let 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 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.1",
"version": "1.1.0",
"license": "MIT",
"private": false,
"scripts": {
Expand Down

0 comments on commit 6a5dcc6

Please sign in to comment.