We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b23cf commit fd6bb96Copy full SHA for fd6bb96
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tauri-appcenter-companion",
3
"private": false,
4
- "version": "0.2.0",
+ "version": "0.3.0",
5
"scripts": {
6
"dev": "vite",
7
"build": "tsc && vite build",
src-tauri/tauri.conf.json
"package": {
"productName": "AC Companion",
- "version": "0.2.0"
+ "version": "0.3.0"
},
"build": {
"distDir": "../dist",
0 commit comments