diff --git a/Cargo.toml b/Cargo.toml index 3637307..2fa8682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.2.3" +version = "0.2.4" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features" diff --git a/oauth/package.json b/oauth/package.json index 65400e5..50f02d1 100644 --- a/oauth/package.json +++ b/oauth/package.json @@ -1,6 +1,6 @@ { "name": "ailog-oauth", - "version": "0.2.2", + "version": "0.2.4", "type": "module", "scripts": { "dev": "vite",