From 627e0a2f2739597c7be4a3354b8d20ee46041da8 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Wed, 25 Feb 2026 12:38:14 -0600 Subject: [PATCH] Bump to 2.0.18 --- frontend/package.json | 2 +- frontend/src-tauri/Cargo.lock | 2 +- frontend/src-tauri/Cargo.toml | 2 +- frontend/src-tauri/gen/apple/maple_iOS/Info.plist | 4 ++-- frontend/src-tauri/gen/apple/project.yml | 4 ++-- frontend/src-tauri/tauri.conf.json | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 9ef55fd36..12790fe00 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "maple", "private": true, - "version": "2.0.17", + "version": "2.0.18", "type": "module", "scripts": { "dev": "vite", diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock index 12b9e4f48..bf4e53ab9 100644 --- a/frontend/src-tauri/Cargo.lock +++ b/frontend/src-tauri/Cargo.lock @@ -2717,7 +2717,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "maple" -version = "2.0.17" +version = "2.0.18" dependencies = [ "anyhow", "axum", diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index c0aa4a880..1ae7eac3a 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maple" -version = "2.0.17" +version = "2.0.18" description = "Maple AI" authors = ["tony@opensecret.cloud"] 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 6405ed25b..1cad3a703 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 - 2.0.17 + 2.0.18 CFBundleVersion - 2.0.17 + 2.0.18 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/frontend/src-tauri/gen/apple/project.yml b/frontend/src-tauri/gen/apple/project.yml index c3cd3df54..8c624f469 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: 2.0.17 - CFBundleVersion: 2.0.17 + CFBundleShortVersionString: 2.0.18 + CFBundleVersion: 2.0.18 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 74fa1d6f5..3fce226d0 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": "2.0.17", + "version": "2.0.18", "identifier": "cloud.opensecret.maple", "build": { "frontendDist": "../dist", @@ -88,7 +88,7 @@ "developmentTeam": "X773Y823TN" }, "android": { - "versionCode": 2000017000 + "versionCode": 2000018000 }, "windows": { "certificateThumbprint": null,