From e3c98ffdace7d831f5b5a779f5c6448f9eaaa85f Mon Sep 17 00:00:00 2001 From: Matt Gabrenya Date: Tue, 22 Oct 2024 10:43:41 -0400 Subject: [PATCH] build: bump version to 0.7.0-beta --- Cargo.lock | 2 +- package-lock.json | 6 +++--- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- ui/package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4eb2e790..80404db7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10591,7 +10591,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "volla_messages" -version = "0.7.0-beta-rc.4" +version = "0.7.0-beta" dependencies = [ "anyhow", "app_dirs2", diff --git a/package-lock.json b/package-lock.json index a6ef457b..7da31371 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "volla_messages", - "version": "0.7.0-beta-rc.4", + "version": "0.7.0-beta", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "volla_messages", - "version": "0.7.0-beta-rc.4", + "version": "0.7.0-beta", "workspaces": [ "ui" ], @@ -8768,7 +8768,7 @@ } }, "ui": { - "version": "0.7.0-beta-rc.4", + "version": "0.7.0-beta", "dependencies": { "@buildyourwebapp/tauri-plugin-sharesheet": "0.0.1", "@lightningrodlabs/we-applet": "^0.17.0-dev.2", diff --git a/package.json b/package.json index b95e1f41..46fea7e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volla_messages", - "version": "0.7.0-beta-rc.4", + "version": "0.7.0-beta", "private": true, "workspaces": [ "ui" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c7e3ad1e..ad1e6420 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volla_messages" -version = "0.7.0-beta-rc.4" +version = "0.7.0-beta" description = "Volla Messages" authors = ["Tibet Sprague", "Eric Harris-Braun"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 00098290..8a48f239 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Volla Messages", - "version": "0.7.0-beta-rc.4", + "version": "0.7.0-beta", "identifier": "com.volla.messages", "build": { "beforeBuildCommand": "npm run build -w ui", diff --git a/ui/package.json b/ui/package.json index 3942f588..03ad65fb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.7.0-beta-rc.4", + "version": "0.7.0-beta", "private": true, "scripts": { "start": "vite --clearScreen false",