chore(mobile): bump version to 0.2.9 in package.json and Info.plist

- Updated the version number from 0.2.8 to 0.2.9 in both package.json and Info.plist to reflect the latest changes and improvements.

This version bump ensures that the mobile app is correctly identified with the latest updates.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2025-09-24 20:05:26 +08:00
parent a06a3fe2fc
commit 2ec185364e
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.2.8</string>
<string>0.2.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

View File

@ -1,6 +1,6 @@
{
"name": "@follow/mobile",
"version": "0.2.8",
"version": "0.2.9",
"private": true,
"main": "src/main.tsx",
"scripts": {