From 588753bc48f215eedcd872f9c917fc1aa4f46af7 Mon Sep 17 00:00:00 2001 From: ProjectNyaser <61904116+ProjectNyaser@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:42:19 +0800 Subject: [PATCH] chore: bump v0.1.2 Co-authored-by: HanaAgent <313794804+HanaAgent@users.noreply.github.com> --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index af7af02..c139ab3 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifestVersion": 2, "id": "github-hanako", "name": "GitHana", - "version": "0.1.1", + "version": "0.1.2", "description": "Git & GitHub tools for HanaAgent", "author": "Nyaser", "minAppVersion": "0.810.0", diff --git a/package.json b/package.json index 86185df..21315e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-hanako", - "version": "0.1.1", + "version": "0.1.2", "private": true, "type": "module" }