chore: incremented version
mellbacon committed
Jul 14, 2023 at 15:20 UTC
70ce9b8ab0f623b44d99c2ec3e556cf997725269
2 files changed
+2
-2
.github/workflows/main.yml
+1
-1
@@ -39,5 +39,5 @@ jobs:
39
- name: Produce artifacts
40
uses: actions/upload-artifact@v3
41
with:
42
- name: "nucleus-v0.1.1-nightly.${{github.run_number}}"
42
+ name: "nucleus-v0.2-nightly.${{github.run_number}}"
43
path: "dist/"
src-tauri/tauri.conf.json
+1
-1
@@ -8,7 +8,7 @@
8
},
9
"package": {
10
"productName": "nucleus",
11
- "version": "0.1.1"
11
+ "version": "0.2"
12
},
13
"tauri": {
14
"allowlist": {