mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2026-07-09 15:59:50 +00:00
chore: update version code on main screen
This commit is contained in:
parent
360523b899
commit
492e0e7816
1 changed files with 2 additions and 2 deletions
|
|
@ -148,7 +148,7 @@ class HomePage extends StatelessWidget {
|
|||
!Platform.isAndroid
|
||||
? InkWell(
|
||||
onTap: () async => await launchUrlString(
|
||||
"https://git.mi6e4ka.dev/mi6e4ka/openstore/releases"),
|
||||
"https://codeberg.org/mi6e4ka/openstore/releases"),
|
||||
child: const Text(
|
||||
"android app",
|
||||
style: TextStyle(
|
||||
|
|
@ -158,7 +158,7 @@ class HomePage extends StatelessWidget {
|
|||
: Container(),
|
||||
],
|
||||
),
|
||||
const Text("v1.3.1")
|
||||
const Text("v1.3.2")
|
||||
],
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue