Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rudahee committed Apr 13, 2023
1 parent 36f864c commit b47adaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Metallics Arts 1.19.2-1.5.2
# Metallics Arts 1.19.2-1.5.3



Expand Down Expand Up @@ -59,7 +59,7 @@ And we have two mandatory dependencies:

<br>

## **Changelog ✒ [v1.5.2]**
## **Changelog ✒ [v1.5.3]**

Problems solved:
- Refactor 90%!
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

group = 'net.rudahee.metallics_arts' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'metallics_arts'
version = '1.19.2-1.5.2'
version = '1.19.2-1.5.3'

java.toolchain.languageVersion = JavaLanguageVersion.of(17)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class MetallicsArts {
// Mod id
public static final String MOD_ID = "metallics_arts";

public static final String VERSION = "1.5.1";
public static final String VERSION = "1.5.3";

// Directly reference a log4j logger.
public static final Logger LOGGER = LogManager.getLogger();
Expand Down

0 comments on commit b47adaf

Please sign in to comment.