Skip to content
Merged
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.1.0"
".": "1.2.0"
}

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

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


### Features

* gate release by world + tidy README & config ([#14](https://github.com/stdNullPtr/Pokeball/issues/14)) ([ef380b9](https://github.com/stdNullPtr/Pokeball/commit/ef380b9d57cbc96566a5b6683837c22e39441995))


### Documentation

* remove outdated CI and release workflow section from README ([77c964d](https://github.com/stdNullPtr/Pokeball/commit/77c964db3efc286b999188ffb48201c6e67abf2e))

## [1.1.0](https://github.com/stdNullPtr/Pokeball/compare/v1.0.0...v1.1.0) (2025-09-19)


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.1.0</version>
<version>1.2.0</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.1.0
version: 1.2.0
main: com.stdnullptr.pokeball.Pokeball
api-version: '1.21'
description: Simple, modern Pokeball plugin for capturing and releasing basic mobs.
Expand Down