Skip to content

Commit

Permalink
v5
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimnyCat committed Mar 9, 2021
1 parent 8df395f commit 6d54ea6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: BigRat-v4-MacOS
path: build/libs/bigrat-v4.jar
name: BigRat-v5-MacOS
path: build/libs/bigrat-v5.jar

build2:

Expand All @@ -45,5 +45,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: BigRat-v4-Windows
path: build/libs/bigrat-v4.jar
name: BigRat-v5-Windows
path: build/libs/bigrat-v5.jar
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx3G
loader_version=0.11.1

# Mod Properties
mod_version = v4
mod_version = v5
maven_group = bleach.hack
archives_base_name = bigrat

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/bleach/hack/BleachHack.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class BleachHack implements ModInitializer {

public static final String NAME = "BigRat";

public static final String VERSION = "v4";
public static final String VERSION = "v5";

public static final String CLIENT = NAME + " " + VERSION;

Expand Down

0 comments on commit 6d54ea6

Please sign in to comment.