Skip to content

Commit bcf334c

Browse files
committed
Version 0.3.0
1 parent 026ec7e commit bcf334c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.2.2"
24+
version = "0.3.0"
2525

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

mod/automatic_orders.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"modVersion":
2828
{
2929
"major": 0,
30-
"minor": 2,
31-
"patch": 2
30+
"minor": 3,
31+
"patch": 0
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": "true",
6-
"version": "0.2.2",
6+
"version": "0.3.0",
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)