Skip to content

Commit 9d38df9

Browse files
committed
Prepare for v1.11.1
1 parent e3518bd commit 9d38df9

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.11.1
2+
======
3+
4+
- Fixed replay out-of-sync error from throwing an item.
5+
- Fixed wand of plenty description still referring to halving HP.
6+
7+
18
1.11
29
====
310

changes/fix-oos.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

macos/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.11.0</string>
22+
<string>1.11.1</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.11.0</string>
24+
<string>1.11.1</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleSupportedPlatforms</key>

src/brogue/Rogue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// Brogue version number
3939
#define BROGUE_MAJOR 1
4040
#define BROGUE_MINOR 11
41-
#define BROGUE_PATCH 0
41+
#define BROGUE_PATCH 1
4242

4343
// Expanding a macro as a string constant requires two levels of macros
4444
#define _str(x) #x

0 commit comments

Comments
 (0)