From 0e07caa885f6e40a053dc39bd25f560dc4db31db Mon Sep 17 00:00:00 2001 From: shaokeyibb Date: Sat, 5 Oct 2024 21:35:23 +0800 Subject: [PATCH] chore: bump to v0.5.11 --- 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 35e9c2c7..e99c9515 100644 --- a/cloudflare-workers/package.json +++ b/cloudflare-workers/package.json @@ -1,6 +1,6 @@ { "name": "cloudflare-workers", - "version": "0.5.10", + "version": "0.5.11", "private": true, "scripts": { "deploy": "wrangler deploy", diff --git a/frontend/package.json b/frontend/package.json index 410de019..bd23ae7a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "oiwiki-feedback-sys-frontend", "private": false, - "version": "0.5.10", + "version": "0.5.11", "license": "Apache-2.0", "type": "module", "files": [ diff --git a/python-markdown-extension/pyproject.toml b/python-markdown-extension/pyproject.toml index 1ee12ca0..203e9793 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.10" +version = "0.5.11" 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" }