Skip to content

Commit

Permalink
Add back build steps for linux and win, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Oct 15, 2022
1 parent ae4c950 commit f285217
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,15 @@ workflows:
ignore: /.*/
tags:
only: /v.*/
- build_win:
filters:
branches:
ignore: /.*/
tags:
only: /v.*/
- build_linux:
filters:
branches:
ignore: /.*/
tags:
only: /v.*/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neon",
"version": "2.16.13",
"version": "2.16.14",
"main": "./main.js",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet",
Expand Down

0 comments on commit f285217

Please sign in to comment.