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

Commit

Permalink
version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous committed Dec 24, 2020
1 parent 1ace0b0 commit d5a9eab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.2";
previous = "0.4.1";
current = "0.4.3";
previous = "0.4.2";
};

github = {
Expand Down
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.4.1",
"version": "0.4.3",
"description": "the most wonderful state of affairs tree",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
Expand Down

0 comments on commit d5a9eab

Please sign in to comment.