From 91f1041c52984f9a9afb119b64c66cc075dad9fd Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Fri, 13 Feb 2026 10:19:33 -0600 Subject: [PATCH] Bump version --- frontend/bunfig.toml | 3 ++- 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 ++-- 7 files changed, 11 insertions(+), 10 deletions(-) diff --git a/frontend/bunfig.toml b/frontend/bunfig.toml index 0e88f81d..dda14d10 100644 --- a/frontend/bunfig.toml +++ b/frontend/bunfig.toml @@ -1,2 +1,3 @@ [test] -preload = ["src/lib/test/preload.ts", "src/lib/test/der-loader.ts"] \ No newline at end of file +preload = ["src/lib/test/preload.ts", "src/lib/test/der-loader.ts"] +root = "./src" \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index 9f9c2b4c..9ef55fd3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "maple", "private": true, - "version": "2.0.16", + "version": "2.0.17", "type": "module", "scripts": { "dev": "vite", diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock index 7955c8e5..7ed6c746 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.16" +version = "2.0.17" dependencies = [ "anyhow", "axum", diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index 252bab6e..eb8ed8d0 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maple" -version = "2.0.16" +version = "2.0.17" 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 f295a91e..6405ed25 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.16 + 2.0.17 CFBundleVersion - 2.0.16 + 2.0.17 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/frontend/src-tauri/gen/apple/project.yml b/frontend/src-tauri/gen/apple/project.yml index 70d2400f..c3cd3df5 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.16 - CFBundleVersion: 2.0.16 + CFBundleShortVersionString: 2.0.17 + CFBundleVersion: 2.0.17 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 3dcef66d..74fa1d6f 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.16", + "version": "2.0.17", "identifier": "cloud.opensecret.maple", "build": { "frontendDist": "../dist", @@ -88,7 +88,7 @@ "developmentTeam": "X773Y823TN" }, "android": { - "versionCode": 2000016000 + "versionCode": 2000017000 }, "windows": { "certificateThumbprint": null,