Skip to content

Commit

Permalink
1.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
ZombieStriker authored Mar 16, 2018
1 parent 93e827a commit d71898e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.0.28
Fixed updater time-out error.

1.0.27
Fixed Github updater

1.0.26
Added semi-support for slim skins.

1.0.25
Added doors to images

Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
main: me.zombie_striker.pixelprinter.PixelPrinter
version: 1.0.25
version: 1.0.27
name: PixelPrinter
commands:
PixelPrinter:
Expand Down
2 changes: 0 additions & 2 deletions src/me/zombie_striker/pixelprinter/GithubUpdater.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,12 @@ public void run() {
}

} catch (IOException e) {
e.printStackTrace();
}
}
}.runTaskLaterAsynchronously(main, 0);
return true;
}
} catch (IOException e) {
e.printStackTrace();
}
return false;
}
Expand Down

0 comments on commit d71898e

Please sign in to comment.