Skip to content

Commit

Permalink
Bump version to 0.4.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
KODerFunk committed Apr 28, 2018
1 parent 9b25c51 commit f7f6ee1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/js/normas.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/normas.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/normas.production.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/normas.production.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normas",
"version": "0.4.0-rc1",
"version": "0.4.0-rc2",
"description": "Normal Ligtweight Javascript Framework for server-side render compatible with Turbolinks",
"author": "Dmitry Karpunin <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/js/mixins/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import dom from './dom';
const mutableHelpers = Object.assign({}, importedHelpers);

export default class Base {
static version = '0.4.0-rc1';
static version = '0.4.0-rc2';
static helpers = mutableHelpers;
static dom = dom;
helpers = mutableHelpers;
Expand Down

0 comments on commit f7f6ee1

Please sign in to comment.