diff --git a/config.nix b/config.nix index d2550fa..e379698 100644 --- a/config.nix +++ b/config.nix @@ -67,8 +67,8 @@ echo "All finished!!!" # the previous version will be scanned/bumped by release scripts # the current version is what the release scripts bump *to* version = { - current = "0.3.5"; - previous = "0.3.4"; + current = "0.3.6"; + previous = "0.3.5"; }; github = { diff --git a/package-lock.json b/package-lock.json index 1765003..c8213bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "acorn-ui", - "version": "0.3.4", + "version": "0.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fe2b5b1..f0c0c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acorn-ui", - "version": "0.3.4", + "version": "0.3.6", "description": "the most wonderful state of affairs tree", "scripts": { "start": "webpack-dev-server --open --config webpack.dev.js",