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",