mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-01 19:16:10 -04:00
feat(gui): Bump version to 1.0.0-alpha.1
This commit is contained in:
parent
88e039935f
commit
8437473a1b
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "unstoppableswap-gui-rs",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"version": "1.0.0-alpha.1",
|
||||
"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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"productName": "unstoppableswap-gui-rs",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0-alpha.1",
|
||||
"identifier": "net.unstoppableswap.gui",
|
||||
"build": {
|
||||
"devUrl": "http://localhost:1420",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue