Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
QuarticCat committed May 11, 2024
1 parent 1255e60 commit 3110941
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "detypify-web",
"private": true,
"version": "0.2.3",
"version": "0.2.4",
"type": "module",
"workspaces": [
"worker",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "detypify"
version = "0.2.3"
version = "0.2.4"
authors = [{ name = "QuarticCat", email = "QuarticCat@pm.me" }]
dependencies = [
# common
Expand Down
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detypify-service",
"version": "0.2.3-beta.6",
"version": "0.2.4",
"description": "Typst symbol classifier",
"license": "MIT",
"repository": "github:QuarticCat/detypify",
Expand Down
2 changes: 1 addition & 1 deletion worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detypify-worker",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"scripts": {
"dev": "wrangler dev",
Expand Down

0 comments on commit 3110941

Please sign in to comment.