3 Commits

Author SHA1 Message Date
4569145df6 add binary 2025-08-09 18:54:48 +09:00
c2efdf9095 fix version 2025-08-09 18:46:29 +09:00
09994d2d94 add binary 2025-08-09 18:37:59 +09:00
4 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "ailog" name = "ailog"
version = "0.3.3" version = "0.3.4"
edition = "2021" edition = "2021"
authors = ["syui"] authors = ["syui"]
description = "A static blog generator with AI features" description = "A static blog generator with AI features"

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{ {
"name": "ailog-oauth", "name": "ailog-oauth",
"version": "0.3.3", "version": "0.3.4",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@@ -1,6 +1,6 @@
{ {
"name": "pds-browser", "name": "pds-browser",
"version": "0.3.3", "version": "0.3.4",
"description": "AT Protocol browser for ai.log", "description": "AT Protocol browser for ai.log",
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",