Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Feb 6, 2021
1 parent d12cb86 commit aa1f9a8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build/mojs-curve-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ return /******/ (function(modules) { // webpackBootstrap
}, {
key: '_vars',
value: function _vars() {
this.revision = '1.7.0';
this.revision = '1.7.1';
this.store = (0, _store2.default)();

this._easings = [];
Expand Down
2 changes: 1 addition & 1 deletion app/build/mojs-curve-editor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/js/app.babel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class API {
}

_vars () {
this.revision = '1.7.0';
this.revision = '1.7.1';
this.store = initStore();

this._easings = [];
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,6 +1,6 @@
{
"name": "@mojs/curve-editor",
"version": "1.7.0",
"version": "1.7.1",
"description": "GUI for live easing/property curves editing",
"source": "app/js/app.babel.jsx",
"main": "app/build/mojs-curve-editor.min.js",
Expand Down

0 comments on commit aa1f9a8

Please sign in to comment.