Skip to content

Commit

Permalink
Merge pull request #82 from mellobacon/dev
Browse files Browse the repository at this point in the history
chore: incremented version
  • Loading branch information
mellobacon authored Jul 14, 2023
2 parents 237e7ab + d0fd6e2 commit 44c4999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Produce artifacts
uses: actions/upload-artifact@v3
with:
name: "nucleus-v0.1.1-nightly.${{github.run_number}}"
name: "nucleus-v0.2-nightly.${{github.run_number}}"
path: "dist/"
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "nucleus",
"version": "0.1.1"
"version": "0.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 44c4999

Please sign in to comment.