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 c44d137 commit b2f5deaCopy full SHA for b2f5dea
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "anylinuxfs-gui",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"private": true,
5
"type": "module",
6
"scripts": {
src-tauri/Cargo.toml
[package]
name = "anylinuxfs-gui"
-version = "0.3.0"
+version = "0.3.1"
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