Skip to content

Commit 375d4e9

Browse files
bump to 2.0.21
1 parent 039d30d commit 375d4e9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maple",
33
"private": true,
4-
"version": "2.0.20",
4+
"version": "2.0.21",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

frontend/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "maple"
3-
version = "2.0.20"
3+
version = "2.0.21"
44
description = "Maple AI"
55
authors = ["tony@opensecret.cloud"]
66
license = "MIT"

frontend/src-tauri/gen/apple/maple_iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.20</string>
18+
<string>2.0.21</string>
1919
<key>CFBundleVersion</key>
20-
<string>2.0.20</string>
20+
<string>2.0.21</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UILaunchStoryboardName</key>

frontend/src-tauri/gen/apple/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ targets:
5252
- UIInterfaceOrientationPortraitUpsideDown
5353
- UIInterfaceOrientationLandscapeLeft
5454
- UIInterfaceOrientationLandscapeRight
55-
CFBundleShortVersionString: 2.0.20
56-
CFBundleVersion: 2.0.20
55+
CFBundleShortVersionString: 2.0.21
56+
CFBundleVersion: 2.0.21
5757
entitlements:
5858
path: maple_iOS/maple_iOS.entitlements
5959
scheme:

frontend/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Maple",
4-
"version": "2.0.20",
4+
"version": "2.0.21",
55
"identifier": "cloud.opensecret.maple",
66
"build": {
77
"frontendDist": "../dist",
@@ -89,7 +89,7 @@
8989
"minimumSystemVersion": "16.0"
9090
},
9191
"android": {
92-
"versionCode": 2000020000
92+
"versionCode": 2000021000
9393
},
9494
"windows": {
9595
"certificateThumbprint": null,

0 commit comments

Comments
 (0)