From 0a5381e0b4ccfd1a4fe25eaebff8758558a4cdeb Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Tue, 28 Jul 2020 12:41:46 -0400 Subject: [PATCH] release v0.3.6 --- config.nix | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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",