Skip to content

Commit 62dd39c

Browse files
committed
Release 0.104.1.
1 parent 77ead3d commit 62dd39c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ These changes will (most likely) be included in the next version.
1111

1212

1313
## [Unreleased]
14+
15+
## [0.104.1] - 2019-12-31
1416
- It is no longer necessary to have recurrent waves for an arena to work. MobArena automatically creates a "catch all" recurrent wave in case the arena session reaches a wave number that isn't covered by any other wave definitions.
1517
- Entities outside of the arena can no longer target players, pets, or monsters inside of the arena.
1618
- Tab completion for `/ma kick` and `/ma restore` now uses actual player names instead of display names.
@@ -145,7 +147,8 @@ Thanks to:
145147
- Swatacular for help with testing bug fixes
146148
- Haileykins for contributions to the code base
147149

148-
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.104...HEAD
150+
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.104.1...HEAD
151+
[0.104.1]: https://github.com/garbagemule/MobArena/compare/0.104...0.104.1
149152
[0.104]: https://github.com/garbagemule/MobArena/compare/0.103.2...0.104
150153
[0.103.2]: https://github.com/garbagemule/MobArena/compare/0.103.1...0.103.2
151154
[0.103.1]: https://github.com/garbagemule/MobArena/compare/0.103...0.103.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.garbagemule</groupId>
88
<artifactId>mobarena</artifactId>
99
<name>MobArena</name>
10-
<version>0.104.1-SNAPSHOT</version>
10+
<version>0.104.1</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)