Skip to content

Commit

Permalink
Version bump and readme edit for release
Browse files Browse the repository at this point in the history
  • Loading branch information
falkreon committed May 25, 2021
1 parent d2cfeaa commit 14fa24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ repositories {
}
dependencies {
"blue.endless:jankson:1.1.0"
"blue.endless:jankson:1.2.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: "signing";

group = "blue.endless";
archivesBaseName = "Jankson";
version = "1.2.0";
version = "1.2.1";

sourceCompatibility = 1.8;
targetCompatibility = 1.8;
Expand Down

0 comments on commit 14fa24c

Please sign in to comment.