Skip to content

Commit

Permalink
v3.3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tth05 committed Dec 20, 2020
1 parent 1add2ad commit 4d50de3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- More Refined Storage 2.2.2 compatibility
- More Refined Storage 2.2.4 compatibility
draft: false
prerelease: false
- name: Upload jars to release
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ minecraft {
}

dependencies {
compile('com.github.tth05:morerefinedstorage:5ba10e6') {
compile('com.github.tth05:morerefinedstorage:v2.2.4') {
transitive = false
}

Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
forge_version=1.12.2-14.23.5.2847
mod_version=3.3.5.1
mod_version=3.3.5.2
minecraft_version=1.12.2
group_id=rebornstorage
mod_name=RebornStorage
2 changes: 1 addition & 1 deletion src/main/java/me/modmuss50/rebornstorage/lib/ModInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class ModInfo {
public static final String MOD_ID = "rebornstorage";
public static final String MOD_NAME = "Reborn Storage";
public static final String MOD_VERSION = "@VERSION@";
public static final String MOD_DEPENDENCIES = "required-after:reborncore;required-after:refinedstorage@[2.2.2,);";
public static final String MOD_DEPENDENCIES = "required-after:reborncore;required-after:refinedstorage@[2.2.4,);";
public static final String COMMON_PROXY_LOC = "me.modmuss50.rebornstorage.proxys.CommonProxy";
public static final String CLIENT_PROXY_LOC = "me.modmuss50.rebornstorage.proxys.ClientProxy";
}

0 comments on commit 4d50de3

Please sign in to comment.