Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Sep 21, 2023
1 parent a1c80ee commit 1efc22e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mojs-player",
"version": "1.2.0",
"version": "1.3.0",
"description": "Player controls for [mojs](mojs.github.io). Intended to help you to craft `mojs` animation sequences.",
"main": "build/mojs-player.min.js",
"authors": ["Oleg Solomka"],
Expand Down
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.2.0';
this.revision = '1.3.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.2.0';
this.revision = '1.3.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.2.0",
"version": "1.3.0",
"license": "MIT",
"private": false,
"scripts": {
Expand Down

0 comments on commit 1efc22e

Please sign in to comment.