Skip to content

Commit

Permalink
Format file, bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChAoSUnItY committed Jun 15, 2022
1 parent 4d2b960 commit e2633be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "chaos.unity.nenggao"
version = "1.1.2"
version = "1.1.3"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/chaos/unity/nenggao/FileReportBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private FileReportBuilder(@NotNull String source) {
/**
* Print out all stored reports.
*
* @param printStream the output stream to print reports
* @param printStream the output stream to print reports
*/
public void print(final @NotNull PrintStream printStream) {
enableWindows10AnsiSupport();
Expand Down

0 comments on commit e2633be

Please sign in to comment.