Skip to content

Commit 4d50de3

Browse files
committed
v3.3.5.2
1 parent 1add2ad commit 4d50de3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
release_name: Release ${{ github.ref }}
3636
body: |
3737
Changes in this Release
38-
- More Refined Storage 2.2.2 compatibility
38+
- More Refined Storage 2.2.4 compatibility
3939
draft: false
4040
prerelease: false
4141
- name: Upload jars to release

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ minecraft {
6262
}
6363

6464
dependencies {
65-
compile('com.github.tth05:morerefinedstorage:5ba10e6') {
65+
compile('com.github.tth05:morerefinedstorage:v2.2.4') {
6666
transitive = false
6767
}
6868

project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
forge_version=1.12.2-14.23.5.2847
2-
mod_version=3.3.5.1
2+
mod_version=3.3.5.2
33
minecraft_version=1.12.2
44
group_id=rebornstorage
55
mod_name=RebornStorage

src/main/java/me/modmuss50/rebornstorage/lib/ModInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class ModInfo {
77
public static final String MOD_ID = "rebornstorage";
88
public static final String MOD_NAME = "Reborn Storage";
99
public static final String MOD_VERSION = "@VERSION@";
10-
public static final String MOD_DEPENDENCIES = "required-after:reborncore;required-after:refinedstorage@[2.2.2,);";
10+
public static final String MOD_DEPENDENCIES = "required-after:reborncore;required-after:refinedstorage@[2.2.4,);";
1111
public static final String COMMON_PROXY_LOC = "me.modmuss50.rebornstorage.proxys.CommonProxy";
1212
public static final String CLIENT_PROXY_LOC = "me.modmuss50.rebornstorage.proxys.ClientProxy";
1313
}

0 commit comments

Comments
 (0)