diff --git a/Cargo.toml b/Cargo.toml index 36888f6..ac7ed11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.1.7" +version = "0.1.8" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features" diff --git a/oauth/package.json b/oauth/package.json index f6430cc..40ef292 100644 --- a/oauth/package.json +++ b/oauth/package.json @@ -1,6 +1,6 @@ { "name": "aicard", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "vite --mode development",