Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamOneX committed Jul 30, 2022
1 parent 360a433 commit 7544a2a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
Binary file removed .github/WhereIsTheGreenButton.png
Binary file not shown.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@
## License

[![AGPL v3](http://www.gnu.org/graphics/agplv3-with-text-162x68.png)](./LICENSE)

## Thanks

* [Mojang](https://www.mojang.com)
* [Jackson](https://github.com/FasterXML/jackson)
* [mirai](https://github.com/mamoe/mirai)
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 = "com.github.dreamonex.mcupdatecheck"
version = "0.1.0"
version = "0.2.0"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ public void onCommandMinecraft(final CommandContext context, CheckType type) {
data.put(id, List.of(type));
}
DataManager.setGroups(data);
context.getSender().sendMessage("成功订阅" + type.toString() + "更新");
}
}

0 comments on commit 7544a2a

Please sign in to comment.