Skip to content

Commit aa1f9a8

Browse files
Bump version
1 parent d12cb86 commit aa1f9a8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/build/mojs-curve-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ return /******/ (function(modules) { // webpackBootstrap
165165
}, {
166166
key: '_vars',
167167
value: function _vars() {
168-
this.revision = '1.7.0';
168+
this.revision = '1.7.1';
169169
this.store = (0, _store2.default)();
170170

171171
this._easings = [];

app/build/mojs-curve-editor.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/js/app.babel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class API {
4646
}
4747

4848
_vars () {
49-
this.revision = '1.7.0';
49+
this.revision = '1.7.1';
5050
this.store = initStore();
5151

5252
this._easings = [];

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mojs/curve-editor",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "GUI for live easing/property curves editing",
55
"source": "app/js/app.babel.jsx",
66
"main": "app/build/mojs-curve-editor.min.js",

0 commit comments

Comments
 (0)