Skip to content

Commit 595e277

Browse files
committed
bump versions
1 parent 86a6fee commit 595e277

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ quilt_parsers_version = 0.2.1
77
minecraft_version = 1.7.2
88
feather_build = 1
99

10-
mod_version = 0.17.0-alpha.4
10+
mod_version = 0.17.0-alpha.5
1111
mod_artifact_id = osl-gen2
1212
mod_maven_group = net.ornithemc
1313
library_maven_group = net.ornithemc.osl-gen2

libraries/branding/branding-mc14w30a-mc16w05a/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "osl-branding",
4-
"version": "0.4.0-alpha.2+mc14w30a-mc16w05a",
4+
"version": "0.4.0-alpha.3+mc14w30a-mc16w05a",
55
"environment": "client",
66
"entrypoints": {
77
"client-init": [

libraries/branding/branding-mc16w05b-mc1.12.2/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "osl-branding",
4-
"version": "0.4.0-alpha.2+mc16w05b-mc1.12.2",
4+
"version": "0.4.0-alpha.3+mc16w05b-mc1.12.2",
55
"environment": "client",
66
"entrypoints": {
77
"client-init": [

libraries/branding/branding-mca1.2.2-mc14w29b/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "osl-branding",
4-
"version": "0.4.0-alpha.2+mca1.2.2-mc14w29b",
4+
"version": "0.4.0-alpha.3+mca1.2.2-mc14w29b",
55
"environment": "client",
66
"entrypoints": {
77
"client-init": [

libraries/branding/branding-mcin-20100206-2103-mca1.2.1_01/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "osl-branding",
4-
"version": "0.4.0-alpha.2+mcin-20100206-2103-mca1.2.1_01",
4+
"version": "0.4.0-alpha.3+mcin-20100206-2103-mca1.2.1_01",
55
"environment": "client",
66
"entrypoints": {
77
"client-init": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
library_id = branding
22
library_name = Branding
33
library_description = Branding API for patching the title screen and debug overlay.
4-
library_version = 0.4.0-alpha.2
4+
library_version = 0.4.0-alpha.3
55

66
entrypoint_client_init = net.ornithemc.osl.branding.impl.BrandingPatchImpl
77
osl_dependencies = core:>=0.7.0-,entrypoints:>=0.5.0-,lifecycle-events:>=0.6.0-

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "osl",
4-
"version": "0.17.0-alpha.4",
4+
"version": "0.17.0-alpha.5",
55
"environment": "*",
66
"depends": {
77
"fabricloader": "\u003e\u003d0.17.3",

0 commit comments

Comments
 (0)