From ad64d7116591bd74d8bb0b90e921a0856da8d028 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:04:45 +0000 Subject: [PATCH] Version 1.3.1 Fix whitespace [skip actions] Extend spawn command (#1777) character and companionship exp gain to party not active character fixes #1787 fixed gadget hp properties and invincibility handling (#1773) Add support for propperly showing activity shops (#1774) Improve team respawn (#1752) Update README.md (the origin) (#1736) Update banners (closes #1760) Update zh-CN.json (#1762) Calculate Banner.previewPrefabPath Forbid PRs from modifying certain files Added a directive to fix some minor bugs (#1744) remove accidentally committed symlink Version 1.3.1-dev [skip actions] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0b3b3d52..20a35e73 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 group = 'xyz.grasscutters' -version = '1.3.1-dev' +version = '1.3.1' sourceCompatibility = 17 targetCompatibility = 17 -- GitLab