Skip to content

Commit

Permalink
change version number to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Jul 6, 2023
1 parent fb5a322 commit 4947b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: App build
on:
push:
branches:
- 0.9.0rc0
- "0.9.0"

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "watertap-ui",
"author": "Michael Pesce <[email protected]>",
"version": "0.9.0rc0",
"version": "0.9.0",
"private": true,
"main": "build/main.js",
"dependencies": {
Expand Down

0 comments on commit 4947b18

Please sign in to comment.