chore(release): release version 0.3.4 (#786)

This commit is contained in:
Wes
2026-05-29 09:50:08 -07:00
committed by GitHub
parent d77b111b15
commit 8fc27b6554
6 changed files with 12 additions and 5 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## v0.3.4
d77b111b153 Update desktop navigation chrome and search (#779)
5ee2cd05173 feat(desktop): reload webview on Cmd/Ctrl+R (#785)
fa7febe40f5 fix(desktop): sync persona pack directory across worktree instances (#782)
## v0.3.3
c761a76ff2d fix(release): sync release tags during preflight (#780)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "sprout",
"private": true,
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -4847,7 +4847,7 @@ dependencies = [
[[package]]
name = "sprout-desktop"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"atomic-write-file",
"audioadapter-buffers",
+1 -1
View File
@@ -2,7 +2,7 @@
[package]
name = "sprout-desktop"
version = "0.3.3"
version = "0.3.4"
description = "Sprout desktop app"
authors = ["you"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Sprout",
"version": "0.3.3",
"version": "0.3.4",
"identifier": "xyz.block.sprout.app",
"build": {
"beforeDevCommand": {
+1 -1
View File
@@ -1,7 +1,7 @@
name: sprout_mobile
description: Sprout mobile client
publish_to: 'none'
version: 0.3.3+1
version: 0.3.4+1
environment:
sdk: ^3.11.4