Bumped version to 1.0.2

This commit is contained in:
Moe Poi ~ 2020-08-29 23:19:36 +07:00
parent 20d57839e1
commit b86561c4cc
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import 'dart:convert';
import 'package:http/http.dart' as http;
final appVersion = '1.0.1';
final appVersion = '1.0.2';
dynamic initializer() async {
final urlConfig = 'https://gitlab.com/moepoi/neonime-app/-/raw/master/info.json';

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: 1.0.1+1
version: 1.0.2+1
environment:
sdk: ">=2.7.0 <3.0.0"