From 3769ff2c38dd8e2668c4e1b4e39ca3c12e9b511a Mon Sep 17 00:00:00 2001 From: Ujwal Date: Tue, 24 Feb 2026 03:12:52 +0545 Subject: [PATCH] version increase --- lib/screens/about_page.dart | 2 +- metadata/com.ujwal.focusgram.yml | 10 +++++----- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/screens/about_page.dart b/lib/screens/about_page.dart index a947234..2c5db66 100644 --- a/lib/screens/about_page.dart +++ b/lib/screens/about_page.dart @@ -11,7 +11,7 @@ class AboutPage extends StatefulWidget { } class _AboutPageState extends State { - final String _currentVersion = '0.9.8'; + final String _currentVersion = '0.9.8-beta.2'; bool _isChecking = false; Future _checkUpdate() async { diff --git a/metadata/com.ujwal.focusgram.yml b/metadata/com.ujwal.focusgram.yml index f360b3c..af91dc9 100644 --- a/metadata/com.ujwal.focusgram.yml +++ b/metadata/com.ujwal.focusgram.yml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 6685c75..2b0bd4a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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