chore(release): release version 0.3.23 (#1040)

This commit is contained in:
Wes
2026-06-13 22:30:13 -07:00
committed by GitHub
parent 9b410325a7
commit d02aee2021
6 changed files with 10 additions and 5 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## v0.3.23
9b410325 fix(release): publish manifest from successful platforms (#1039)
## v0.3.22
fix(release): publish rolling updater manifest for automated release tags
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "buzz",
"private": true,
"version": "0.3.22",
"version": "0.3.23",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -846,7 +846,7 @@ dependencies = [
[[package]]
name = "buzz-desktop"
version = "0.3.22"
version = "0.3.23"
dependencies = [
"anyhow",
"atomic-write-file",
+1 -1
View File
@@ -2,7 +2,7 @@
[package]
name = "buzz-desktop"
version = "0.3.22"
version = "0.3.23"
description = "Buzz desktop app"
authors = ["you"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Buzz",
"version": "0.3.22",
"version": "0.3.23",
"identifier": "xyz.block.buzz.app",
"build": {
"beforeDevCommand": {
+1 -1
View File
@@ -1,7 +1,7 @@
name: buzz
description: Buzz mobile client
publish_to: 'none'
version: 0.3.22+1
version: 0.3.23+1
environment:
sdk: ^3.11.4