Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tth05 committed May 6, 2022
1 parent a477b20 commit 1bc2d4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- Bug fixes
- Update for new companion app version
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.2'
version = '1.8.0'
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.2";
public static final String VERSION = "1.8.0";

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

0 comments on commit 1bc2d4e

Please sign in to comment.