Skip to content

Commit

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

build2:

Expand All @@ -45,5 +45,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: BigRat-v7-Windows
path: build/libs/bigrat-v7.jar
name: BigRat-v7.1-Windows
path: build/libs/bigrat-v7.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 = v7
mod_version = v7.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 = "v7";
public static final String VERSION = "v7.1";

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

Expand Down

0 comments on commit e17c0a7

Please sign in to comment.