From 9da1f87640f86c4acd6a190838a9d8917b417904 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 11 Jul 2025 13:09:15 +0900 Subject: [PATCH] fix update version --- Cargo.toml | 2 +- oauth/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 997e86d..4e398c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.2.6" +version = "0.2.7" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features" diff --git a/oauth/package.json b/oauth/package.json index 25c8b3d..52cfa89 100644 --- a/oauth/package.json +++ b/oauth/package.json @@ -1,6 +1,6 @@ { "name": "ailog-oauth", - "version": "0.2.5", + "version": "0.2.7", "type": "module", "scripts": { "dev": "vite",