mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
chore(release): release version 0.3.8 (#829)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## v0.3.8
|
||||
|
||||
|
||||
|
||||
## v0.3.7
|
||||
|
||||
2349421304d feat: custom emoji — user-owned NIP-30 sets with a client-side union (#816)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "sprout",
|
||||
"private": true,
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Generated
+1
-1
@@ -8642,7 +8642,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sprout-desktop"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atomic-write-file",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[package]
|
||||
name = "sprout-desktop"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
description = "Sprout desktop app"
|
||||
authors = ["you"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Sprout",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"identifier": "xyz.block.sprout.app",
|
||||
"build": {
|
||||
"beforeDevCommand": {
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
name: sprout_mobile
|
||||
description: Sprout mobile client
|
||||
publish_to: 'none'
|
||||
version: 0.3.7+1
|
||||
version: 0.3.8+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.4
|
||||
|
||||
Reference in New Issue
Block a user