diff --git a/Cargo.lock b/Cargo.lock index 46752343..96f6855b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9256,7 +9256,7 @@ dependencies = [ [[package]] name = "unstoppableswap-gui-rs" -version = "1.0.0-alpha.1" +version = "0.7.0" dependencies = [ "anyhow", "once_cell", diff --git a/src-gui/package.json b/src-gui/package.json index 0be45386..31f06c4f 100644 --- a/src-gui/package.json +++ b/src-gui/package.json @@ -1,7 +1,7 @@ { "name": "unstoppableswap-gui-rs", "private": true, - "version": "1.0.0-alpha.1", + "version": "0.7.0", "type": "module", "scripts": { "check-bindings": "typeshare --lang=typescript --output-file __temp_bindings.ts ../swap/src && dprint fmt __temp_bindings.ts && diff -wbB __temp_bindings.ts ./src/models/tauriModel.ts && rm __temp_bindings.ts", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d1ed7861..3afc5d39 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unstoppableswap-gui-rs" -version = "1.0.0-alpha.1" +version = "0.7.0" authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 64587ad5..24c7326d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "unstoppableswap-gui-rs", - "version": "1.0.0-alpha.1", + "version": "0.7.0", "identifier": "net.unstoppableswap.gui", "build": { "devUrl": "http://localhost:1420",