feat(gui): Bump version to 1.0.0-alpha.1

This commit is contained in:
binarybaron 2024-10-23 17:18:39 +02:00
parent 88e039935f
commit 8437473a1b
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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",