Skip to content

Commit e81a37e

Browse files
committed
v1.7.0
1 parent 0c53a1b commit e81a37e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
release_name: Release ${{ github.ref }}
3131
body: |
3232
Changes in this Release
33-
- Fix search reference not working
33+
- Added packet logger
34+
- Added viewing of individual packets
3435
draft: false
3536
prerelease: false
3637
- name: Upload jars to release

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apply plugin: 'net.minecraftforge.gradle'
1515
apply plugin: 'com.github.johnrengelman.shadow'
1616

1717
group = 'com.github.minecraft_ta'
18-
version = '1.6.1'
18+
version = '1.7.0'
1919
archivesBaseName = 'TotalDebug'
2020

2121
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'

src/main/java/com/github/minecraft_ta/totaldebug/TotalDebug.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class TotalDebug {
3232

3333
public static final String MOD_ID = "total_debug";
3434
public static final String MOD_NAME = "TotalDebug";
35-
public static final String VERSION = "1.6.1";
35+
public static final String VERSION = "1.7.0";
3636

3737
@Mod.Instance(MOD_ID)
3838
public static TotalDebug INSTANCE;

0 commit comments

Comments
 (0)