Skip to content

Commit b8ec060

Browse files
committed
Version 0.3.2
1 parent 4eef9ff commit b8ec060

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.3.1"
24+
version = "0.3.2"
2525

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

mod/automatic_orders.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
{
2929
"major": 0,
3030
"minor": 3,
31-
"patch": 1
31+
"patch": 2
3232
}
3333
}

mod/mod_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Automatic Orders",
44
"author": "Blothorn",
55
"utility": "false",
6-
"version": "0.3.1",
6+
"version": "0.3.2",
77
"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"],

0 commit comments

Comments
 (0)