mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-29 12:16:19 -04:00
feat: release GUI version 0.7.0. This should be a preview release but isn't for testing purposes
This commit is contained in:
parent
bfc82c0534
commit
a9b1d05af0
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -9256,7 +9256,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unstoppableswap-gui-rs"
|
name = "unstoppableswap-gui-rs"
|
||||||
version = "1.0.0-alpha.1"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "unstoppableswap-gui-rs",
|
"name": "unstoppableswap-gui-rs",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.0-alpha.1",
|
"version": "0.7.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"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",
|
"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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "unstoppableswap-gui-rs"
|
name = "unstoppableswap-gui-rs"
|
||||||
version = "1.0.0-alpha.1"
|
version = "0.7.0"
|
||||||
authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ]
|
authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"productName": "unstoppableswap-gui-rs",
|
"productName": "unstoppableswap-gui-rs",
|
||||||
"version": "1.0.0-alpha.1",
|
"version": "0.7.0",
|
||||||
"identifier": "net.unstoppableswap.gui",
|
"identifier": "net.unstoppableswap.gui",
|
||||||
"build": {
|
"build": {
|
||||||
"devUrl": "http://localhost:1420",
|
"devUrl": "http://localhost:1420",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user