mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-07-06 11:17:51 +02:00
version increase
This commit is contained in:
@@ -11,7 +11,7 @@ class AboutPage extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _AboutPageState extends State<AboutPage> {
|
class _AboutPageState extends State<AboutPage> {
|
||||||
final String _currentVersion = '0.9.8';
|
final String _currentVersion = '0.9.8-beta.2';
|
||||||
bool _isChecking = false;
|
bool _isChecking = false;
|
||||||
|
|
||||||
Future<void> _checkUpdate() async {
|
Future<void> _checkUpdate() async {
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ RepoType: git
|
|||||||
Repo: https://github.com/Ujwal223/FocusGram
|
Repo: https://github.com/Ujwal223/FocusGram
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 0.9.8-beta.1
|
- versionName: 0.9.8-beta.2
|
||||||
versionCode: 1
|
versionCode: 2
|
||||||
commit: v0.9.8-beta.1
|
commit: v0.9.8-beta.2
|
||||||
subdir: android
|
subdir: android
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
@@ -27,5 +27,5 @@ Builds:
|
|||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 0.9.8-beta.1
|
CurrentVersion: 0.9.8-beta.2
|
||||||
CurrentVersionCode: 1
|
CurrentVersionCode: 2
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ name: focusgram
|
|||||||
description: "FocusGram — Distraction-free Instagram WebView wrapper."
|
description: "FocusGram — Distraction-free Instagram WebView wrapper."
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 0.9.8+1
|
version: 0.9.8-beta.2+2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.10.7
|
sdk: ^3.10.7
|
||||||
|
|||||||
Reference in New Issue
Block a user