Skip to content

Commit

Permalink
bump 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
errorrik committed Mar 12, 2021
1 parent f902cc7 commit af4dc5c
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.1.0",
"version": "2.1.1",
"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.1.0';
export let version = '2.1.1';

export {Store};

Expand Down

0 comments on commit af4dc5c

Please sign in to comment.