From 6f8a26e3cc4fc44f8a22490390e59bcc11c8cd82 Mon Sep 17 00:00:00 2001 From: codex Date: Sun, 16 Aug 2026 23:45:07 +0800 Subject: [PATCH] chore: bump version to 0.1.5 --- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- website/version.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 391b327..9e8eded 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coffee-note", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coffee-note", - "version": "0.1.4", + "version": "0.1.5", "dependencies": { "@codemirror/lang-markdown": "^6.5.2", "@tauri-apps/api": "^2.11.0", diff --git a/package.json b/package.json index c714a14..f5a72b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coffee-note", "private": true, - "version": "0.1.4", + "version": "0.1.5", "description": "A local-first workspace agent with tier-based organization and AI assistance.", "type": "module", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f2a4ebd..16c1346 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -537,7 +537,7 @@ dependencies = [ [[package]] name = "coffee-note" -version = "0.1.4" +version = "0.1.5" dependencies = [ "base64 0.22.1", "chrono", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 827c705..8eac6f0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coffee-note" -version = "0.1.4" +version = "0.1.5" description = "Local-first workspace agent with tier-based organization and AI assistance" authors = ["Coffee Team"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index af9cc3a..1120f14 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Coffee Note", - "version": "0.1.4", + "version": "0.1.5", "identifier": "app.coffeenote.desktop", "build": { "frontendDist": "../dist", diff --git a/website/version.json b/website/version.json index 5fcc43a..90b3239 100644 --- a/website/version.json +++ b/website/version.json @@ -1 +1 @@ -{"version":"0.1.4"} +{"version":"0.1.5"}