From 7e287905f31381bcad7eb9d4d878504278bbda4f Mon Sep 17 00:00:00 2001 From: shaokeyibb Date: Mon, 2 Sep 2024 23:20:47 +0800 Subject: [PATCH] chore: bump version to 0.5.0 --- 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 bafe6d9c..627883b5 100644 --- a/cloudflare-workers/package.json +++ b/cloudflare-workers/package.json @@ -1,6 +1,6 @@ { "name": "cloudflare-workers", - "version": "0.4.0", + "version": "0.5.0", "private": true, "scripts": { "deploy": "wrangler deploy", diff --git a/frontend/package.json b/frontend/package.json index bb35ab6d..07a46958 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "oiwiki-feedback-sys-frontend", "private": false, - "version": "0.4.0", + "version": "0.5.0", "license": "Apache-2.0", "type": "module", "files": [ diff --git a/python-markdown-extension/pyproject.toml b/python-markdown-extension/pyproject.toml index 3e003d85..25ac0da0 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.4.0" +version = "0.5.0" 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" }