mirror of
https://gitlab.com/moepoi/neonime-app.git
synced 2025-03-14 11:43:49 +01:00
Bumped version to 1.0.2
This commit is contained in:
parent
20d57839e1
commit
b86561c4cc
2 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue