Skip to content

Commit

Permalink
New version: 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl authored and github-actions[bot] committed Oct 3, 2024
1 parent f849db5 commit 0354725
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.5
version=0.7.6

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.5",
"version": "0.7.6",
"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 @@ -132,7 +132,7 @@ def run(self) -> None:

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

0 comments on commit 0354725

Please sign in to comment.