Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Jan 10, 2021
1 parent 56bdc26 commit a50767e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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": "0.43.19",
"version": "0.44.00",
"description": "Player controls for [mojs](mojs.io). Intended to help you to craft `mojs` animation sequences.",
"main": "build/mojs-player.min.js",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions build/mojs-player.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
:: MojsPlayer :: Player controls for [mojs](mojs.io). Intended to help you to craft `mojs` animation sequences.
Oleg Solomka @LegoMushroom 2016 MIT
0.43.19
0.44.0
*/

(function webpackUniversalModuleDefinition(root, factory) {
Expand Down Expand Up @@ -187,7 +187,7 @@ return /******/ (function(modules) { // webpackBootstrap

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

this.revision = '0.43.19';
this.revision = '0.44.0';

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 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 = '0.43.19';
this.revision = '0.44.00';

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

0 comments on commit a50767e

Please sign in to comment.