From 82d86ffe5a9fdced9d9328e88319757a5a0d2720 Mon Sep 17 00:00:00 2001 From: Skat <55407440+skykatik@users.noreply.github.com> Date: Sat, 20 Feb 2021 18:18:54 +0300 Subject: [PATCH] Compatibility with v125.1 --- build.gradle | 2 +- src/main/resources/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a3a5089..9e039ff 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ repositories { } ext { - mindustryVersion = 'v121' + mindustryVersion = 'v125.1' pluginVersion = { def configFile = file("$rootDir/src/main/resources/plugin.json") diff --git a/src/main/resources/plugin.json b/src/main/resources/plugin.json index cd3961b..86571c3 100644 --- a/src/main/resources/plugin.json +++ b/src/main/resources/plugin.json @@ -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" }