From 8014c347786fa89d9de712119b8795e126dbbbb8 Mon Sep 17 00:00:00 2001 From: shaokeyibb Date: Wed, 11 Sep 2024 19:40:39 +0800 Subject: [PATCH] chore: bump version to 0.5.6 --- 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 97611f2f..8bc8a082 100644 --- a/cloudflare-workers/package.json +++ b/cloudflare-workers/package.json @@ -1,6 +1,6 @@ { "name": "cloudflare-workers", - "version": "0.5.5", + "version": "0.5.6", "private": true, "scripts": { "deploy": "wrangler deploy", diff --git a/frontend/package.json b/frontend/package.json index f08bbfc0..800d77cb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "oiwiki-feedback-sys-frontend", "private": false, - "version": "0.5.5", + "version": "0.5.6", "license": "Apache-2.0", "type": "module", "files": [ diff --git a/python-markdown-extension/pyproject.toml b/python-markdown-extension/pyproject.toml index a16d78fe..d9b64691 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.5" +version = "0.5.6" 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" }