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 95d0377 commit da0f866
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '16'
java-version: '17'
- name: Build with Gradle
run: ./gradlew.bat shadowJar runtime
- uses: papeloto/action-zip@v1
Expand All @@ -34,7 +34,7 @@ jobs:
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- Fix crash when starting for the first time
- Updated code views to use RSyntaxArea
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.2"
version = "1.8.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit da0f866

Please sign in to comment.