Skip to content

Commit

Permalink
bump 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
errorrik committed Jan 30, 2021
1 parent 69612c6 commit 4fbe5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "san-store",
"version": "2.0.3",
"version": "2.1.0",
"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 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.0.3';
export let version = '2.1.0';

export {Store};

Expand Down

0 comments on commit 4fbe5a5

Please sign in to comment.