release(mobile): release v0.2.6

This commit is contained in:
Innei 2025-08-21 19:53:27 +08:00
parent cf8865342a
commit 5a5e8adc5b
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
4 changed files with 15 additions and 4 deletions

View File

@ -0,0 +1,3 @@
# What's New in v0.2.6
Fixed several bugs, improved stability.

View File

@ -1,3 +1,11 @@
# What's New in vNEXT_VERSION
Fixed several bugs, improved stability.
## Shiny new things
## Improvements
## No longer broken
## Thanks
Special thanks to volunteer contributors @ for their valuable contributions

View File

@ -32,7 +32,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.2.5</string>
<string>0.2.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -53,7 +53,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>118</string>
<string>119</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>

View File

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