Skip to content

Commit 7bb50f3

Browse files
committed
bump versions (0.20.1)
1 parent 4f346b2 commit 7bb50f3

11 files changed

Lines changed: 11 additions & 11 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.20.0
10+
mod_version = 0.20.1
1111
mod_artifact_id = osl-gen2
1212
mod_maven_group = net.ornithemc
1313
library_maven_group = net.ornithemc.osl-gen2

libraries/blocks/blocks-mc13w36a-mc14w26c/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-blocks",
4-
"version": "0.1.0+mc13w36a-mc14w26c",
4+
"version": "0.1.1+mc13w36a-mc14w26c",
55
"environment": "*",
66
"mixins": [
77
"osl.blocks.mixins.json"

libraries/blocks/blocks-mc14w27a-mc17w46a/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-blocks",
4-
"version": "0.1.0+mc14w27a-mc17w46a",
4+
"version": "0.1.1+mc14w27a-mc17w46a",
55
"environment": "*",
66
"mixins": [
77
"osl.blocks.mixins.json"

libraries/blocks/blocks-mc17w47a-mc18w31a/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-blocks",
4-
"version": "0.1.0+mc17w47a-mc18w31a",
4+
"version": "0.1.1+mc17w47a-mc18w31a",
55
"environment": "*",
66
"mixins": [
77
"osl.blocks.mixins.json"

libraries/blocks/blocks-mc18w32a-mc1.13.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-blocks",
4-
"version": "0.1.0+mc18w32a-mc1.13.2",
4+
"version": "0.1.1+mc18w32a-mc1.13.2",
55
"environment": "*",
66
"mixins": [
77
"osl.blocks.mixins.json"

libraries/blocks/blocks-mc18w43a-mc1.14.4/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-blocks",
4-
"version": "0.1.0+mc18w43a-mc1.14.4",
4+
"version": "0.1.1+mc18w43a-mc1.14.4",
55
"environment": "*",
66
"mixins": [
77
"osl.blocks.mixins.json"

libraries/blocks/blocks-mca1.0.1_01-mc1.6.4/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-blocks",
4-
"version": "0.1.0+mca1.0.1_01-mc1.6.4",
4+
"version": "0.1.1+mca1.0.1_01-mc1.6.4",
55
"environment": "*",
66
"mixins": [
77
"osl.blocks.mixins.json"

libraries/blocks/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
library_id = blocks
22
library_name = Blocks
33
library_description = Blocks API and events.
4-
library_version = 0.1.0
4+
library_version = 0.1.1
55

66
osl_dependencies = core:>=0.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
library_id = text-components
22
library_name = Text Components
33
library_description = Versatile text components.
4-
library_version = 0.1.0-alpha.2
4+
library_version = 0.1.0-alpha.3
55

66
osl_dependencies = core:>=0.7.0

libraries/text-components/text-components-mca0.1.0-mc1.14.4/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-text-components",
4-
"version": "0.1.0-alpha.2+mca0.1.0-mc1.14.4",
4+
"version": "0.1.0-alpha.3+mca0.1.0-mc1.14.4",
55
"environment": "*",
66
"mixins": [
77
"osl.text-components.mixins.json"

0 commit comments

Comments
 (0)