1
0
mirror of https://github.com/stonega/tsacdop synced 2025-02-18 04:20:37 +01:00

Change version to 0.1.7

This commit is contained in:
stonegate 2020-04-12 01:25:19 +08:00
parent f1e49a2833
commit 76dc564dc2
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ class AboutApp extends StatelessWidget {
image: AssetImage('assets/logo.png'),
height: 80,
),
Text('Version: 0.1.6'),
Text('Version: 0.1.7'),
],
),
),

View File

@ -11,7 +11,7 @@ description: An easy-use podacasts player.
# 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: 0.1.6
version: 0.1.7
environment:
sdk: ">=2.6.0 <3.0.0"