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 600a509 commit ce4a8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- Added packet blocking
- Minor changes in packet logger gui
- Fix crash when starting for the first time
draft: false
prerelease: false
- name: Upload zip to release
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.github.minecraft_ta"
version = "1.7.1"
version = "1.7.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit ce4a8e1

Please sign in to comment.