From 6146d14dc1cd0075b4959f70c2a9a6de91eadb16 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 14:56:27 +0000 Subject: [PATCH] Version 1.4.1 Fix whitespace [skip actions] Restore ability to run without jar (#1875) Avoid NPE on CookingCompoundManager init Extend give command "skill level" & shortening /talent all (#1865) Remove stale item handling code Fix gacha avatars (fixes #1870) Refactor out some EntrySets send CompoundDataNotify on Login;fix spelling mistakes. (#1869) Change logging level on item use from info to debug feat:cooking food ingredient(aka:compound) implementation (#1858) Remove constellation charge and talent level bonuses from db Fix ambiguous command regexes feat: set emoji collection in chat screen (#1864) feat: set friend enter home option (#1860) Add a dictionary for Encryption public keys (#1862) Refactor handbook generation to not use naked textmap getter Accept resource enums of form "1" Update ru-RU.json (#1855) Version 1.4.1-dev [skip actions] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f3e53f8688c..f689c7a5b2b 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 group = 'xyz.grasscutters' -version = '1.4.1-dev' +version = '1.4.1' sourceCompatibility = 17 targetCompatibility = 17