Skip to content

Commit

Permalink
updated for 1.4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Nov 25, 2021
1 parent 0cc8162 commit 2abd649
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>Terrafirma</Name>
<Version>3.1.7</Version>
<Version>3.1.8</Version>
<Title>Terrafirma Installer</Title>
<Publisher>Sean Kasun</Publisher>
<StartMenuDir>Terrafirma</StartMenuDir>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
terrafirma (3.1.8) focal; urgency=medium

* UPdated for 1.4.3.2

-- Sean Kasun <[email protected]> Thu, 25 Mov 2021 10:36:19 -0700

terrafirma (3.1.7) focal; urgency=medium

* Updated for 1.4.3
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(int argc, char *argv[]) {
QApplication::installTranslator(&translator);

QApplication::setApplicationName("Terrafirma");
QApplication::setApplicationVersion("3.1.7");
QApplication::setApplicationVersion("3.1.8");
QApplication::setOrganizationName("seancode");

MainWindow w;
Expand Down
4 changes: 2 additions & 2 deletions packages/com.seancode.terrafirma/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>Terrafirma</DisplayName>
<Description>Terraria mapping software</Description>
<Version>3.1.7</Version>
<ReleaseDate>2021-11-21</ReleaseDate>
<Version>3.1.8</Version>
<ReleaseDate>2021-11-25</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
Expand Down
2 changes: 1 addition & 1 deletion world.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Tile {

class World : public QObject, public QRunnable {
static const int MinimumVersion = 88;
static const int HighestVersion = 242;
static const int HighestVersion = 244;


Q_OBJECT
Expand Down

0 comments on commit 2abd649

Please sign in to comment.