bump version number

This commit is contained in:
2026-03-25 02:25:40 +08:00
parent cb0b366e96
commit 5d2f2241f3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "friendolls-desktop", "name": "friendolls-desktop",
"version": "0.1.0", "version": "0.1.3",
"description": "", "description": "",
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "friendolls-desktop", "productName": "friendolls-desktop",
"version": "0.1.2", "version": "0.1.3",
"identifier": "com.adamcv.friendolls-desktop", "identifier": "com.adamcv.friendolls-desktop",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",