diff --git a/Cargo.lock b/Cargo.lock index d9367cdd..7ad8165b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10314,7 +10314,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "volla_messages" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "app_dirs2", diff --git a/package-lock.json b/package-lock.json index b104f3f4..bb5e2a5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "volla_messages", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "volla_messages", - "version": "0.7.1", + "version": "0.7.2", "workspaces": [ "ui" ], @@ -8768,7 +8768,7 @@ } }, "ui": { - "version": "0.7.1", + "version": "0.7.2", "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 f998a8a8..5108d2d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volla_messages", - "version": "0.7.1", + "version": "0.7.2", "private": true, "workspaces": [ "ui" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 47bbb54d..5816519b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volla_messages" -version = "0.7.1" +version = "0.7.2" 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 29b51f42..d601db74 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Volla Messages", - "version": "0.7.1", + "version": "0.7.2", "identifier": "com.volla.messages", "build": { "beforeBuildCommand": "npm run build -w ui", diff --git a/ui/package.json b/ui/package.json index c9c3980b..7193e929 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.7.1", + "version": "0.7.2", "private": true, "scripts": { "start": "vite --clearScreen false",