Skip to content

Commit

Permalink
Compatibility with v125.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skykatik committed Feb 20, 2021
1 parent a222658 commit 82d86ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

ext {
mindustryVersion = 'v121'
mindustryVersion = 'v125.1'

pluginVersion = {
def configFile = file("$rootDir/src/main/resources/plugin.json")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"description": "Allows admins to execute JavaScript code using a special command.",
"author": "Summet",
"main": "jseval.JSEval",
"version": "1.2"
"version": "1.4"
}

0 comments on commit 82d86ff

Please # to comment.