There was an error while loading. Please reload this page.
1 parent 1f4980a commit 3b263adCopy full SHA for 3b263ad
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "anylinuxfs-gui",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"private": true,
5
"type": "module",
6
"scripts": {
src-tauri/Cargo.toml
[package]
name = "anylinuxfs-gui"
-version = "0.2.0"
+version = "0.3.0"
edition = "2021"
[lib]
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "anylinuxfs-gui",
"identifier": "com.anylinuxfs.gui",
"build": {
7
"beforeDevCommand": "npm run dev",
0 commit comments