Skip to content

Commit

Permalink
release: 0.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord committed Jul 8, 2024
1 parent f7c10e5 commit c2bc3c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "online-clipboard",
"version": "0.0.35",
"version": "0.0.36",
"private": true,
"scripts": {
"gen-metadata": "cd .. && cd server && poetry run python wsgi.py --export-metadata ../frontend/src/metadata.json",
Expand Down
4 changes: 2 additions & 2 deletions server/app/note_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class BaseMetadata:
description: str = "A simple clipboard app"
owner: str = "Niko"
email: str = "ly-niko@qq.com"
version: str = "0.0.35"
min_compatible_frontend_version: str = "0.0.35"
version: str = "0.0.36"
min_compatible_frontend_version: str = "0.0.36"
url: str = ""
logo: str = ""
repository: str = "https://github.com/Young-Lord/online-clipboard"
Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "online-clipboard"
version = "0.0.35"
version = "0.0.36"
description = "Vuetify 3 + Flask based, in-place editable clipboard"
authors = ["LY <ly-niko@qq.com>"]
readme = "../README.md"
Expand Down

0 comments on commit c2bc3c3

Please sign in to comment.