Skip to content

Commit a6d62c4

Browse files
committed
bump versions
the Core version should have been bumped with the last release, but it was forgotten
1 parent e863f8c commit a6d62c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment = *
99
minecraft_version = 1.7.2
1010
feather_build = 1
1111

12-
root_version = 0.15.3
12+
root_version = 0.16.0
1313
root_maven_group = net.ornithemc
1414
maven_group = osl
1515
root_archives_base_name = ornithe-standard-libraries

libraries/config/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"depends": {
3434
"fabricloader": ">=0.14.21",
3535
"minecraft": "${mc_version_range}",
36-
"osl-core": ">=0.4.0",
36+
"osl-core": ">=0.6.0",
3737
"osl-entrypoints": ">=0.2.0",
3838
"osl-lifecycle-events": ">=0.4.0"
3939
}

libraries/core/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 0.5.1
1+
version = 0.6.0
22
archives_base_name = core
33

44

0 commit comments

Comments
 (0)