chore(release): bump to 0.2.3

Android versionCode derives from this (0.2.3 -> 2003); required for the
APK to install over the 2002 build already on the device.
This commit is contained in:
2026-07-30 13:56:04 +02:00
parent a2dbde5492
commit 79e10d7485
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jellytau",
"version": "0.2.2",
"version": "0.2.3",
"description": "",
"type": "module",
"packageManager": "bun@1.3.5",
+1 -1
View File
@@ -1994,7 +1994,7 @@ dependencies = [
[[package]]
name = "jellytau"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"aes-gcm",
"async-trait",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "jellytau"
version = "0.2.2"
version = "0.2.3"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "jellytau",
"version": "0.2.2",
"version": "0.2.3",
"identifier": "com.dtourolle.jellytau",
"build": {
"beforeDevCommand": "bun run dev",