Skip to content

Commit 1efc22e

Browse files
Bump version
1 parent a1c80ee commit 1efc22e

5 files changed

+6
-6
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mojs-player",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Player controls for [mojs](mojs.github.io). Intended to help you to craft `mojs` animation sequences.",
55
"main": "build/mojs-player.min.js",
66
"authors": ["Oleg Solomka"],

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.2.0';
184+
this.revision = '1.3.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.2.0';
53+
this.revision = '1.3.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.2.0",
4+
"version": "1.3.0",
55
"license": "MIT",
66
"private": false,
77
"scripts": {

0 commit comments

Comments
 (0)