Skip to content

Commit

Permalink
here we go
Browse files Browse the repository at this point in the history
  • Loading branch information
Dams4K committed Oct 21, 2023
1 parent 1c304ce commit fdb2087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod_id=cpsdisplay
mod_name=CPSDisplay
mod_version=2.2.1
mod_version=2.2.2
mod_website=https://cpsdisplay.github.io/
org.gradle.jvmargs=-Xmx8G
2 changes: 1 addition & 1 deletion src/main/java/core/fr/dams4k/cpsdisplay/References.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public class References {
public static final String MOD_ID = "cpsdisplay";
public static final String MOD_NAME = "CPSDisplay";
public static final String MOD_VERSION = "2.2.1";
public static final String MOD_VERSION = "2.2.2";
public static final String MOD_GITHUB_LASTEST_RELEASE = "https://api.github.com/repos/CPSDisplay/cpsdisplay/releases/latest";
}

0 comments on commit fdb2087

Please sign in to comment.