Skip to content

Commit

Permalink
v6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimnyCat committed May 7, 2021
1 parent 1477652 commit 09e3ced
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-v6-MacOS
path: build/libs/bigrat-v6.jar
name: BigRat-v6.1-MacOS
path: build/libs/bigrat-v6.1.jar

build2:

Expand All @@ -45,5 +45,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: BigRat-v6-Windows
path: build/libs/bigrat-v6.jar
name: BigRat-v6.1-Windows
path: build/libs/bigrat-v6.1.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 = v6
mod_version = v6.1
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 @@ -33,7 +33,7 @@ public class BleachHack implements ModInitializer {

public static final String NAME = "BigRat";

public static final String VERSION = "v6";
public static final String VERSION = "v6.1";

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

Expand Down

0 comments on commit 09e3ced

Please sign in to comment.