Skip to content

Commit

Permalink
v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tth05 committed May 1, 2022
1 parent dc00a78 commit e75bad7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- Added packet blocking
- Minor changes in packet logger gui
- Bug fixes
draft: false
prerelease: false
- name: Upload jars to release
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'com.github.johnrengelman.shadow'

group = 'com.github.minecraft_ta'
version = '1.7.1'
version = '1.7.2'
archivesBaseName = 'TotalDebug'

sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class TotalDebug {

public static final String MOD_ID = "total_debug";
public static final String MOD_NAME = "TotalDebug";
public static final String VERSION = "1.7.1";
public static final String VERSION = "1.7.2";

@Mod.Instance(MOD_ID)
public static TotalDebug INSTANCE;
Expand Down

0 comments on commit e75bad7

Please sign in to comment.