Skip to content

Commit

Permalink
chore: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaokeyibb committed Sep 1, 2024
1 parent beebc8a commit 5eaad00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare-workers",
"version": "0.3.1",
"version": "0.4.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down
2 changes: 1 addition & 1 deletion cloudflare-workers/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#:schema node_modules/wrangler/config-schema.json
name = "cloudflare-workers"
name = "feedback-sys-backend"
main = "src/index.ts"
compatibility_date = "2023-05-18"
compatibility_flags = ["nodejs_compat"]
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oiwiki-feedback-sys-frontend",
"private": false,
"version": "0.3.1",
"version": "0.4.0",
"license": "Apache-2.0",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion python-markdown-extension/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "python_markdown_document_offsets_injection_extension"
version = "0.3.1"
version = "0.4.0"
description = "A Python-Markdown compiler plugin that put markdown words offset to the output HTML."
authors = [{ name = "HikariLan", email = "[email protected]" }]
license = { text = "Apache-2.0" }
Expand Down

0 comments on commit 5eaad00

Please sign in to comment.