Skip to content

Commit

Permalink
Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan committed Jan 6, 2018
1 parent b82bafb commit adf843c
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
@@ -1,5 +1,5 @@
group 'ru.skyfire.zeta.dailyrewards'
version '1.1.2'
version '1.1.3'

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.io.IOException;
import java.nio.file.Path;

@Plugin(id = "dailyrewards", name = "DailyRewards", version = "1.1.2")
@Plugin(id = "dailyrewards", name = "DailyRewards", version = "1.1.3")
public class DailyRewards {
private ConfigurationNode rootDefNode;
private ConfigurationNode rootTranslationNode;
Expand Down

0 comments on commit adf843c

Please sign in to comment.