Skip to content

Commit c3d4bc5

Browse files
Merge pull request #424 from OpenSecretCloud/bump-2-0-17
Bump version
2 parents a3508a5 + 91f1041 commit c3d4bc5

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

frontend/bunfig.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[test]
2-
preload = ["src/lib/test/preload.ts", "src/lib/test/der-loader.ts"]
2+
preload = ["src/lib/test/preload.ts", "src/lib/test/der-loader.ts"]
3+
root = "./src"

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.16",
4+
"version": "2.0.17",
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.16"
3+
version = "2.0.17"
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.16</string>
18+
<string>2.0.17</string>
1919
<key>CFBundleVersion</key>
20-
<string>2.0.16</string>
20+
<string>2.0.17</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.16
56-
CFBundleVersion: 2.0.16
55+
CFBundleShortVersionString: 2.0.17
56+
CFBundleVersion: 2.0.17
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.16",
4+
"version": "2.0.17",
55
"identifier": "cloud.opensecret.maple",
66
"build": {
77
"frontendDist": "../dist",
@@ -88,7 +88,7 @@
8888
"developmentTeam": "X773Y823TN"
8989
},
9090
"android": {
91-
"versionCode": 2000016000
91+
"versionCode": 2000017000
9292
},
9393
"windows": {
9494
"certificateThumbprint": null,

0 commit comments

Comments
 (0)