Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowArg committed Oct 11, 2020
1 parent b1d167c commit 3012625
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 @@ -36,7 +36,7 @@ allprojects {
}
}

version '1.2.2'
version '1.2.3'
archivesBaseName = "flowupdater"

artifacts {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/fr/flowarg/flowupdater/FlowUpdater.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private FlowUpdater(VanillaVersion version, ILogger logger, UpdaterOptions updat
this.callback = callback;
this.canPLAShutdown = false;
this.vanillaReader = new VanillaReader(this.version, this.logger, this.updaterOptions.isSilentRead(), this.callback, this.downloadInfos);
this.logger.info(String.format("------------------------- FlowUpdater for Minecraft %s v%s -------------------------", this.version.getName(), "1.2.2"));
this.logger.info(String.format("------------------------- FlowUpdater for Minecraft %s v%s -------------------------", this.version.getName(), "1.2.3"));
this.callback.init(this.logger);
}

Expand Down

0 comments on commit 3012625

Please sign in to comment.