From 556a4bf2a9242da5320376613925b62205facb55 Mon Sep 17 00:00:00 2001 From: shaokeyibb Date: Wed, 11 Sep 2024 18:59:17 +0800 Subject: [PATCH] chore: bump version to 0.5.5 --- cloudflare-workers/package.json | 2 +- frontend/package.json | 2 +- python-markdown-extension/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cloudflare-workers/package.json b/cloudflare-workers/package.json index 5a79e541..97611f2f 100644 --- a/cloudflare-workers/package.json +++ b/cloudflare-workers/package.json @@ -1,6 +1,6 @@ { "name": "cloudflare-workers", - "version": "0.5.4", + "version": "0.5.5", "private": true, "scripts": { "deploy": "wrangler deploy", diff --git a/frontend/package.json b/frontend/package.json index 52750ae6..f08bbfc0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "oiwiki-feedback-sys-frontend", "private": false, - "version": "0.5.4", + "version": "0.5.5", "license": "Apache-2.0", "type": "module", "files": [ diff --git a/python-markdown-extension/pyproject.toml b/python-markdown-extension/pyproject.toml index 86c12683..a16d78fe 100644 --- a/python-markdown-extension/pyproject.toml +++ b/python-markdown-extension/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python_markdown_document_offsets_injection_extension" -version = "0.5.4" +version = "0.5.5" description = "A Python-Markdown compiler plugin that put markdown words offset to the output HTML." authors = [{ name = "HikariLan", email = "hikarilan@minecraft.kim" }] license = { text = "Apache-2.0" }