diff --git a/Cargo.toml b/Cargo.toml index 87b1239..1174d0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.3.3" +version = "0.3.4" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features" diff --git a/bin/ailog-linux-x86_64.tar.gz b/bin/ailog-linux-x86_64.tar.gz index 433e5c0..984e35d 100644 Binary files a/bin/ailog-linux-x86_64.tar.gz and b/bin/ailog-linux-x86_64.tar.gz differ diff --git a/oauth/package.json b/oauth/package.json index bc199ce..f646aac 100644 --- a/oauth/package.json +++ b/oauth/package.json @@ -1,6 +1,6 @@ { "name": "ailog-oauth", - "version": "0.3.3", + "version": "0.3.4", "type": "module", "scripts": { "dev": "vite", diff --git a/pds/package.json b/pds/package.json index 4827975..750a10d 100644 --- a/pds/package.json +++ b/pds/package.json @@ -1,6 +1,6 @@ { "name": "pds-browser", - "version": "0.3.3", + "version": "0.3.4", "description": "AT Protocol browser for ai.log", "main": "index.js", "type": "module",