feat: Bump version, add changelogs

This commit is contained in:
Anton Stubenbord
2023-10-25 19:04:25 +02:00
parent 1842309363
commit f12f96ddba
4 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1 @@
* F-Droid build

View File

@@ -0,0 +1 @@
* F-Droid build

View File

@@ -63,6 +63,7 @@ class ChangelogDialog extends StatelessWidget {
}
const _versionNumbers = {
"56": "3.1.2",
"55": "3.1.1",
"54": "3.1.0",
"53": "3.0.6",

View File

@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 3.1.1+55
version: 3.1.2+56
environment:
sdk: ">=3.0.0 <4.0.0"