Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous committed Jul 28, 2020
1 parent 964f159 commit 0a5381e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0a5381e

Please sign in to comment.