Skip to content

Commit

Permalink
[version] 升级版本
Browse files Browse the repository at this point in the history
Signed-off-by: xiaweizi <[email protected]>
  • Loading branch information
xiaweizi committed Aug 29, 2020
1 parent 721b8cb commit 57e6954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/views/pages/about/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class _AboutPageState extends State<AboutPage> {
),
),
onPressed: () async {
const url = 'https://github.com/xiaweizi';
const url = 'https://github.com/xiaweizi/SimplicityWeather';
if (await canLaunch(url)) {
await launch(url);
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.5.0+5
version: 1.6.0+6

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 57e6954

Please sign in to comment.