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