diff --git a/Cargo.toml b/Cargo.toml index fe1dbc3..19ce3b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features" diff --git a/oauth/package.json b/oauth/package.json index 5211ff1..37c9a52 100644 --- a/oauth/package.json +++ b/oauth/package.json @@ -1,6 +1,6 @@ { "name": "ailog-oauth", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "scripts": { "dev": "vite", diff --git a/pds/package.json b/pds/package.json index abdfdec..16a04be 100644 --- a/pds/package.json +++ b/pds/package.json @@ -1,6 +1,6 @@ { "name": "pds-browser", - "version": "0.3.0", + "version": "0.3.1", "description": "AT Protocol browser for ai.log", "main": "index.js", "type": "module",