Skip to content

Commit 7296860

Browse files
committed
increment app version
1 parent 874923f commit 7296860

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src-tauri/gen/apple/NotifyService/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>0.1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.1.7</string>
22+
<string>0.1.9</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionPointIdentifier</key>

src-tauri/gen/apple/world-app_iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.7</string>
20+
<string>0.1.9</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.1.7</string>
22+
<string>0.1.9</string>
2323
<key>ITSAppUsesNonExemptEncryption</key>
2424
<false/>
2525
<key>LSRequiresIPhoneOS</key>

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "concrnt-world",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"identifier": "world.concrnt.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)