Skip to content
This repository was archived by the owner on Dec 24, 2023. It is now read-only.

Commit 08f1ce1

Browse files
Updated version number
1 parent e278bf1 commit 08f1ce1

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ yarn_mappings=1.16.5+build.5
77
loader_version=0.11.3
88

99
# Mod Properties
10-
mod_version = 1.2.2
10+
mod_version = 1.2.3
1111
maven_group = dev.lazurite
1212
archives_base_name = rayon
1313

rayon-core/src/main/resources/fabric.mod.json

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
},
3030

3131
"custom": {
32-
"hermes": true,
3332
"modmenu": {
3433
"links": { "modmenu.discord": "https://discord.gg/NNPPHN7b3P" },
3534
"badges": [ "library" ],

rayon-entity/src/main/resources/fabric.mod.json

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
},
3333

3434
"custom": {
35-
"hermes": true,
3635
"modmenu": {
3736
"links": { "modmenu.discord": "https://discord.gg/NNPPHN7b3P" },
3837
"badges": [ "library" ],

rayon-particle/src/main/resources/fabric.mod.json

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
},
2828

2929
"custom": {
30-
"hermes": true,
3130
"modmenu": {
3231
"links": { "modmenu.discord": "https://discord.gg/NNPPHN7b3P" },
3332
"badges": [ "library" ],

src/main/resources/fabric.mod.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424

2525
"custom": {
26+
"hermes": true,
2627
"modmenu": {
2728
"links": { "modmenu.discord": "https://discord.gg/NNPPHN7b3P" },
2829
"badges": [ "library" ]

0 commit comments

Comments
 (0)