Skip to content

Commit

Permalink
[release] release v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Jan 26, 2023
1 parent fec4d63 commit c6d62f5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
8 changes: 8 additions & 0 deletions Info/ReleaseMessage/v5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Changes

- V141 supports.
- Fixed some bugs.

### Warnings

- It requires Mindustry v141 or above.
4 changes: 2 additions & 2 deletions main/src/net/liplum/Meta.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
import net.liplum.update.Version2;

public class Meta {
public static final boolean EnableDebug = true;
public static final boolean EnableDebug = false;
public static final String ModID = "cyber-io";
public static final String Author = "Liplum";
public static final String Name = "Cyber IO";
public static final String NameNoSpace = "CyberIO";
public static final String Version = "v5.0";
public static final String Version = "v5.1";
/**
* For debug only preview
*/
Expand Down
6 changes: 3 additions & 3 deletions mod.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
{
"displayName": "[#42a5f5[]]Cyber IO[[]]",
"subtitle":"V5.0 for Erekir",
"subtitle":"V5.1 for Erekir",
"name": "cyber-io",
"author": "[#42a5f5[]]Liplum[[]]",
"main": "net.liplum.CioMod",
Expand All @@ -25,8 +25,8 @@

GitHub: [#42a5f5[]]github.com/liplum/CyberIO[[]]
'''
"version": "5.0",
"minGameVersion": 137,
"version": "5.1",
"minGameVersion": 141,
"dependencies": [],
"hidden": false,
"java": true
Expand Down
16 changes: 6 additions & 10 deletions update
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
Latest: "4.1"
ClientLatest: "4.1"
ServerLatest: "4.1"
MinGameVersion: "136"
Latest: "5.1"
ClientLatest: "5.1"
ServerLatest: "5.1"
MinGameVersion: "141"
Description:
'''
Changes
- A new techtree of Cyber IO was added.
- Cyber IO has been balanced.
- Bug fix.
- Better visual effects.
- It's getting weirder.

Warnings
- The last version supports Mindustry v136.
- Do not touch any block.
- It requires Mindustry v141 or above.

'''
BreakUpdateList: [
"5.0"
"4.1"
"4.0"
]

0 comments on commit c6d62f5

Please sign in to comment.