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,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",