version increase

This commit is contained in:
Ujwal
2026-02-24 03:12:52 +05:45
parent d4be176f73
commit 3769ff2c38
3 changed files with 7 additions and 7 deletions

View File

@@ -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 {

View File

@@ -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

View File

@@ -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