From c2efdf909543ea8918cc2eab64c481cf0fda7763 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 9 Aug 2025 18:46:29 +0900 Subject: [PATCH] fix version --- Cargo.toml | 2 +- oauth/package.json | 2 +- pds/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/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",