Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guichaguri committed May 4, 2017
1 parent 98124b6 commit 57b495c
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 @@ -18,7 +18,7 @@ buildscript {

apply plugin: 'net.minecraftforge.gradle.tweaker-client'

version = "1.4.3"
version = "1.4.4"
group = "guichaguri.betterfps"
archivesBaseName = "BetterFps"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/guichaguri/betterfps/BetterFps.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class BetterFps {

public static final String MC_VERSION = "1.11.2";
public static final String VERSION = "1.4.3";
public static final String VERSION = "1.4.4";
public static final String URL = "http://guichaguri.github.io/BetterFps/";
public static final String UPDATE_URL = "http://widget.mcf.li/mc-mods/minecraft/229876-betterfps.json";

Expand Down

0 comments on commit 57b495c

Please sign in to comment.