Skip to content

Commit 6a5dcc6

Browse files
Bump version
1 parent fd66ff0 commit 6a5dcc6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.1';
184+
this.revision = '1.1.0';
185185

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

js/mojs-player.babel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class MojsPlayer extends Module {
5050

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

53-
this.revision = '1.0.0';
53+
this.revision = '1.1.0';
5454

5555
let str = this._fallbackTo( this._o.name, this._defaults.name );
5656
str += ( str === this._defaults.name ) ? '' : `__${this._defaults.name}`;

package-lock.json

+2-2
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.1",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"private": false,
77
"scripts": {

0 commit comments

Comments
 (0)