mirror of
https://gitlab.com/moepoi/neonime-app.git
synced 2024-11-14 19:16:17 +01:00
Update version to 1.0.1
This commit is contained in:
parent
e58c06f2b8
commit
ee33497e45
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import 'dart:convert';
|
||||
import 'package:http/http.dart' as http;
|
||||
|
||||
final appVersion = '1.0.0';
|
||||
final appVersion = '1.0.1';
|
||||
|
||||
dynamic initializer() async {
|
||||
final urlConfig = 'https://gitlab.com/moepoi/neonime-app/-/raw/master/info.json';
|
||||
|
|
Loading…
Reference in a new issue