Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.2.0"
".": "1.2.1"
}

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/stdNullPtr/Pokeball/compare/v1.2.0...v1.2.1) (2025-09-21)


### Documentation

* add download links section to README for easier access ([9096eb8](https://github.com/stdNullPtr/Pokeball/commit/9096eb88f524a78c059fdb9a4631d02574f85c6c))

## [1.2.0](https://github.com/stdNullPtr/Pokeball/compare/v1.1.0...v1.2.0) (2025-09-21)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.stdnullptr</groupId>
<artifactId>Pokeball</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>Pokeball</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Pokeball
version: 1.2.0
version: 1.2.1
main: com.stdnullptr.pokeball.Pokeball
api-version: '1.21'
description: Simple, modern Pokeball plugin for capturing and releasing basic mobs.
Expand Down