Skip to content

Commit

Permalink
version update for a very stupid build thing i did
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyzderp committed Sep 15, 2016
1 parent f8b0ec1 commit e6587d8
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 @@ -22,7 +22,7 @@ buildscript {

apply plugin: 'net.minecraftforge.gradle.liteloader'

version = "1.1.0"
version = "1.1.1"
group = "io.github.kyzderp.liteaccountswitcher" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "liteaccountswitcher"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class LiteModAccountSwitcher implements Tickable
@Override
public String getName() { return "Lite Account Switcher"; }
@Override
public String getVersion() { return "1.1.0"; }
public String getVersion() { return "1.1.1"; }

public LiteModAccountSwitcher()
{
Expand Down

0 comments on commit e6587d8

Please sign in to comment.