Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCzyr committed Dec 4, 2021
1 parent 2a90acb commit 174fbae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '1.16.5-1.2.1'
version = '1.16.5-1.2.2'
group = 'com.chaosthedude.endermail' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'EnderMail'

Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---------------------------------------------
VERSION 1.2.2 - 1.16.5
---------------------------------------------
1.16.5:
- Fixed incompatibility with RoadRunner and potentially other performance-enhancing mods


---------------------------------------------
VERSION 1.2.1 - 1.16.5
---------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/chaosthedude/endermail/EnderMail.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class EnderMail {

public static final String MODID = "endermail";
public static final String NAME = "Ender Mail";
public static final String VERSION = "1.2.1";
public static final String VERSION = "1.2.2";

public static final Logger logger = LogManager.getLogger(MODID);

Expand Down

0 comments on commit 174fbae

Please sign in to comment.