Skip to content

Commit

Permalink
Bump version to 0.6.2-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-zzzz committed Jul 10, 2022
1 parent 9f5ef90 commit af46c44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build

# other
eclipse
run
run_client
run_server
*.txt

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ java.toolchain.languageVersion = JavaLanguageVersion.of(17)
// definitions at gradle/teacon-forge.gradle
teacon {
modId = 'slideshow'
modVersion = '0.6.2-rc.2'
modVersion = '0.6.2-rc.3'
modLicense = 'BSD-3-Clause'
modGitHubRepo = 'teaconmc/SlideShow'
modAuthors = ['BloCamLimb', '3TUSK', 'ustc-zzzz']
Expand Down
3 changes: 2 additions & 1 deletion gradle/teacon-forge.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ interface TeaConExtension {
}

gradle.afterProject { Project current ->
// configure all the things
if (current != project) return

def teacon = current.extensions.teacon as TeaConExtension

def (platformName, gameVersion, platformVersion) = teacon.getPlatform().get().split('-', 3)
Expand Down

0 comments on commit af46c44

Please sign in to comment.