Skip to content

Commit

Permalink
bump 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
errorrik committed May 20, 2021
1 parent eedfdc4 commit 0c54c97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "san-store",
"version": "2.1.1",
"version": "2.1.2",
"description": "Application State Management for San",
"scripts": {
"build": "rm -rf dist && rollup --config && uglifyjs dist/san-store.source.js -mco dist/san-store.js",
Expand All @@ -20,7 +20,7 @@
"karma-webpack": "^2.0.1",
"rollup": "^1.27.14",
"rollup-plugin-babel": "^4.3.3",
"san": "^3.8.0",
"san": "^3.10.3",
"san-update": "2.0.0",
"uglify-js": "^2.7.5",
"webpack": "^4.41.4",
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ emitDevtool('store-default-inited', {store});
*
* @type {string}
*/
export let version = '2.1.1';
export let version = '2.1.2';

export {Store};

Expand Down

0 comments on commit 0c54c97

Please sign in to comment.