diff --git a/frontend/package.json b/frontend/package.json index a605f0fc..f1ce2449 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "maple", "private": true, - "version": "3.1.4", + "version": "3.1.5", "type": "module", "packageManager": "bun@1.3.5", "trustedDependencies": [], diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock index 9c6ebec5..1712e9d0 100644 --- a/frontend/src-tauri/Cargo.lock +++ b/frontend/src-tauri/Cargo.lock @@ -4016,7 +4016,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "maple" -version = "3.1.4" +version = "3.1.5" dependencies = [ "anyhow", "async-trait", diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index 0c8d165d..087406a7 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maple" -version = "3.1.4" +version = "3.1.5" description = "Maple AI" authors = ["tony@trymaple.ai"] license = "MIT" diff --git a/frontend/src-tauri/gen/apple/maple_iOS/Info.plist b/frontend/src-tauri/gen/apple/maple_iOS/Info.plist index bd7fcede..72f38846 100644 --- a/frontend/src-tauri/gen/apple/maple_iOS/Info.plist +++ b/frontend/src-tauri/gen/apple/maple_iOS/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.1.4 + 3.1.5 CFBundleVersion - 3.1.4 + 3.1.5 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/frontend/src-tauri/gen/apple/project.yml b/frontend/src-tauri/gen/apple/project.yml index 1c820933..4deebc79 100644 --- a/frontend/src-tauri/gen/apple/project.yml +++ b/frontend/src-tauri/gen/apple/project.yml @@ -52,8 +52,8 @@ targets: - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - CFBundleShortVersionString: 3.1.4 - CFBundleVersion: 3.1.4 + CFBundleShortVersionString: 3.1.5 + CFBundleVersion: 3.1.5 entitlements: path: maple_iOS/maple_iOS.entitlements scheme: diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index d57d19f0..89036bef 100644 --- a/frontend/src-tauri/tauri.conf.json +++ b/frontend/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Maple", - "version": "3.1.4", + "version": "3.1.5", "identifier": "cloud.opensecret.maple", "build": { "frontendDist": "../dist", @@ -97,7 +97,7 @@ "minimumSystemVersion": "16.0" }, "android": { - "versionCode": 2000028008 + "versionCode": 2000028009 }, "windows": { "certificateThumbprint": null,