Merge pull request #1104 from manongjohn/v1.3.1

v1.3.1
This commit is contained in:
manongjohn 2022-12-08 10:34:04 -05:00 committed by GitHub
commit 7aa283435d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
version: 1.3.0{build}
version: 1.3.1{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true

View file

@ -23,11 +23,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3</string>
<string>1.3.1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>

View file

@ -19,7 +19,7 @@ public:
private:
const char *applicationName = "Tahoma2D";
const float applicationVersion = 1.3;
const float applicationRevision = 0;
const float applicationRevision = 1;
const char *applicationNote = "";
};

View file

@ -1,4 +1,4 @@
set(VERSION 1.3)
set(VERSION 1.3.1)
set(MOC_HEADERS
aboutpopup.h

View file

@ -26,6 +26,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.3.1" date="2022-12-09"/>
<release version="1.3.0" date="2022-05-06"/>
<release version="1.2.0" date="2021-05-03"/>
<release version="1.1.0" date="2020-10-30"/>