Skip to content

Commit c364ba3

Browse files
committed
chore: bump to v0.5.15
1 parent 4f36ca3 commit c364ba3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudflare-workers",
3-
"version": "0.5.14",
3+
"version": "0.5.15",
44
"private": true,
55
"scripts": {
66
"deploy": "wrangler deploy",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oiwiki-feedback-sys-frontend",
33
"private": false,
4-
"version": "0.5.14",
4+
"version": "0.5.15",
55
"license": "Apache-2.0",
66
"type": "module",
77
"files": [

python-markdown-extension/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python_markdown_document_offsets_injection_extension"
3-
version = "0.5.14"
3+
version = "0.5.15"
44
description = "A Python-Markdown compiler plugin that put markdown words offset to the output HTML."
55
authors = [{ name = "HikariLan", email = "hikarilan@minecraft.kim" }]
66
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)