Skip to content

Commit

Permalink
chore: migrate to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatonndev committed Apr 20, 2023
1 parent 16c76d2 commit a938ca5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ repositories {
}

ext {
mindustryVersion = 'v136'
mindustryVersion = 'v143.1'
serverLink = "https://github.com/Anuken/Mindustry/releases/download/$mindustryVersion/server-release.jar"
}

dependencies {
compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion"
compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion"
compileOnly "com.github.anuken.arc:arc-core:$mindustryVersion"
compileOnly "com.github.anuken.mindustry:core:$mindustryVersion"
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ru/obvilion/HubPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class HubPlugin extends Plugin {
public static final Fi pluginDir = new Fi("./config/mods/ObvilionHub");
public static final String VERSION = "0.5";
public static final String VERSION = "0.6";

@Override
public void init() {
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 @@
"author": "FatonnDev",
"main": "ru.obvilion.HubPlugin",
"description": "Hub plugin for Mindustry",
"version": "0.2"
"version": "0.6"
}

0 comments on commit a938ca5

Please sign in to comment.