Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Sep 5, 2022
1 parent b732b7f commit b00fdac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = "0.7.7"
version = "0.7.8"
group = "org.silvercatcher.reforged"
archivesBaseName = "reforged"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/silvercatcher/reforged/ReforgedMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ReforgedMod {

public static final String NAME = "Reforged";
public static final String ID = "reforged";
public static final String VERSION = "0.7.7";
public static final String VERSION = "0.7.8";
public static final String UPDATE_JSON = "https://raw.githubusercontent"
+ ".com/ThexXTURBOXx/UpdateJSONs/master/reforged.json";

Expand Down

0 comments on commit b00fdac

Please sign in to comment.