Skip to content

Commit 5ba9403

Browse files
committed
Bumped version to 1.8.4
1 parent 3ea7932 commit 5ba9403

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Tiled 1.8.4 (31 March 2022)
2+
3+
* Fixed crash when trying to create an object
4+
15
### Tiled 1.8.3 (31 March 2022)
26

37
* Improved rendering quality of the Mini-map when it's small (#1431)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '1.8'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.8.3'
63+
release = '1.8.4'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

org.mapeditor.Tiled.appdata.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
</keywords>
1616
<content_rating type="oars-1.0" />
1717
<releases>
18+
<release version="1.8.4" type="stable" date="2022-03-31">
19+
<url>https://www.mapeditor.org/2022/03/31/tiled-1-8-3-released.html</url>
20+
</release>
1821
<release version="1.8.3" type="stable" date="2022-03-31">
1922
<url>https://www.mapeditor.org/2022/03/31/tiled-1-8-3-released.html</url>
2023
</release>

tiled.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Initialize the version
2-
isEmpty(TILED_VERSION):TILED_VERSION = "1.8.3"
2+
isEmpty(TILED_VERSION):TILED_VERSION = "1.8.4"
33

44
# See the README file for instructions about setting the install prefix.
55
isEmpty(PREFIX):PREFIX = /usr/local

tiled.qbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project {
77
qbsSearchPaths: "qbs"
88
minimumQbsVersion: "1.12"
99

10-
property string version: Environment.getEnv("TILED_VERSION") || "1.8.3";
10+
property string version: Environment.getEnv("TILED_VERSION") || "1.8.4";
1111
property bool snapshot: Environment.getEnv("TILED_SNAPSHOT") == "true"
1212
property bool release: Environment.getEnv("TILED_RELEASE") == "true"
1313
property bool installHeaders: false

0 commit comments

Comments
 (0)