Skip to content

Commit

Permalink
New version: 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl authored and github-actions[bot] committed Sep 29, 2024
1 parent bdbceec commit 975b4b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kotlin.code.style=official

group=io.github.ssttkkl
version=0.7.2
version=0.7.3

org.gradle.jvmargs=-Xmx8g -Xms1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
2 changes: 1 addition & 1 deletion js-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "ssttkkl",
"email": "[email protected]"
},
"version": "0.7.2",
"version": "0.7.3",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion python-lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def run(self) -> None:

setup(
name="mahjong-utils",
version="0.7.2",
version="0.7.3",
author="ssttkkl",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 975b4b1

Please sign in to comment.