Skip to content

Commit

Permalink
Umoria 5.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcook committed Aug 22, 2020
1 parent b5feb32 commit 0d23157
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Tracking all changes since the 5.6.0 release.
## HEAD


## 5.7.13 (2020-08-22)

- Bugfix in `getAndCastMagicSpell()`: losing mana when cancelling a mage spell


## 5.7.12 (2020-05-28)

- Bugfix in `pray()`: should loose mana when failing to recite a prayer.
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
// then you must also update the CMakeLists.txt.
constexpr uint8_t CURRENT_VERSION_MAJOR = 5;
constexpr uint8_t CURRENT_VERSION_MINOR = 7;
constexpr uint8_t CURRENT_VERSION_PATCH = 12;
constexpr uint8_t CURRENT_VERSION_PATCH = 13;

0 comments on commit 0d23157

Please sign in to comment.