From c6fc18b39fdc95339a05a2ce2a7983edb415850b Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 19:33:03 +0000 Subject: [PATCH] Increment build version to 1.0.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated version numbers across all configuration files: - frontend/package.json: 1.0.8 → 1.0.9 - frontend/src-tauri/tauri.conf.json: 1.0.8 → 1.0.9 - frontend/src-tauri/Cargo.toml: 1.0.8 → 1.0.9 - frontend/src-tauri/gen/apple/maple_iOS/Info.plist: 1.0.5 → 1.0.9 - frontend/src-tauri/gen/apple/project.yml: 1.0.2 → 1.0.9 Fixes #83 Co-authored-by: AnthonyRonning --- frontend/package.json | 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 | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 54bf2b79d..f40eb39a8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "maple", "private": true, - "version": "1.0.8", + "version": "1.0.9", "type": "module", "scripts": { "dev": "vite", diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index f2a3f5733..7de5336f4 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maple" -version = "1.0.8" +version = "1.0.9" 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 d38ce3269..383d84c55 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 - 1.0.5 + 1.0.9 CFBundleVersion - 1.0.5 + 1.0.9 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/frontend/src-tauri/gen/apple/project.yml b/frontend/src-tauri/gen/apple/project.yml index 72fb22d2d..94d23b818 100644 --- a/frontend/src-tauri/gen/apple/project.yml +++ b/frontend/src-tauri/gen/apple/project.yml @@ -51,8 +51,8 @@ targets: - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - CFBundleShortVersionString: 1.0.2 - CFBundleVersion: 1.0.2 + CFBundleShortVersionString: 1.0.9 + CFBundleVersion: 1.0.9 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 ed101efb5..92601eab4 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": "1.0.8", + "version": "1.0.9", "identifier": "cloud.opensecret.maple", "build": { "frontendDist": "../dist",