Skip to content

Commit

Permalink
bump 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
errorrik committed Aug 28, 2020
1 parent 1f0acb5 commit c566360
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.2",
"version": "2.0.3",
"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.2';
export let version = '2.0.3';

export {Store};

Expand Down

0 comments on commit c566360

Please sign in to comment.