Skip to content

Commit 190ff0b

Browse files
author
isturdy
committed
Bump version to 0.2.0
1 parent 3f653c3 commit 190ff0b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# Bitbucket, GitHub, and other online repositories make excellent hosts.
1111
#
12-
"masterVersionFile":"https://raw.githubusercontent.com/isturdy/automatic-orders/master/mod/automatic_orders.version",
12+
"masterVersionFile":"https://raw.githubusercontent.com/isturdy/automatic-orders/master/automatic_orders.version",
1313

1414
# The name that is displayed in-game for your mod
1515
"modName":"Automatic Orders",
@@ -27,7 +27,7 @@
2727
"modVersion":
2828
{
2929
"major":0,
30-
"minor":1,
31-
"patch":1
30+
"minor":2,
31+
"patch":0
3232
}
3333
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
java
2222
}
2323

24-
version = "0.1.0"
24+
version = "0.2.0"
2525

2626
repositories {
2727
maven(url = uri("$projectDir/libs"))

mod/mod_info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "Automatic Orders",
44
"author": "Blothorn",
55
"utility": "true",
6-
"version": "0.1.1",
7-
"description": "Automatically issues retreat orders to damaged or low-PPT ships (as configured in its settings file)",
6+
"version": "0.2.0",
7+
"description": "Automates some fleet orders. Configure with the Automatic Orders hullmod group and automatic_orders_settings.json in the mod folder.",
88
"gameVersion": "0.9a",
99
"jars":["automaticorders.jar"],
1010
"modPlugin":"com.github.isturdy.automaticorders.AutomaticOrders"

0 commit comments

Comments
 (0)