From dc115ca24fda66e2de120cdf0f792eb9628926cd Mon Sep 17 00:00:00 2001 From: covalent Date: Tue, 23 Jul 2024 14:51:32 -0400 Subject: [PATCH] bump version --- docs/DEPLOY-TODO.md | 14 ++++++++++++++ lib/constants.dart | 2 +- linux/metadata/app.vup.VupChat.metainfo.xml | 2 +- pubspec.yaml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/DEPLOY-TODO.md b/docs/DEPLOY-TODO.md index 95b930c..117696e 100644 --- a/docs/DEPLOY-TODO.md +++ b/docs/DEPLOY-TODO.md @@ -17,3 +17,17 @@ Run: `./deploy.sh` ### Publish New Flathub Version Go to [flathub github](github.com/flathub/app.vup.Chat). Bump release version in build script `app.vup.Chat.yaml` and update checksum. + +### Publish New Fdroid Version + +In [Fdroid Data](https://gitlab.com/lukehmcc/fdroid-data) repo. Add new line like so: + +``` +- versionName: 0.5.15 + versionCode: 1 + commit: v0.5.15 + submodules: true + ... +``` + +And remember to update the latest version at the bottom. diff --git a/lib/constants.dart b/lib/constants.dart index 7178ccc..70f7647 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,7 +1,7 @@ import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; -const String version = "v0.5.8"; +const String version = "v0.5.16"; const defaultAccentColor = Color(0xFF1ED660); const lightBackgroundColor = Color(0xfffafafa); diff --git a/linux/metadata/app.vup.VupChat.metainfo.xml b/linux/metadata/app.vup.VupChat.metainfo.xml index cac8995..8a998bc 100644 --- a/linux/metadata/app.vup.VupChat.metainfo.xml +++ b/linux/metadata/app.vup.VupChat.metainfo.xml @@ -28,6 +28,6 @@ - + diff --git a/pubspec.yaml b/pubspec.yaml index 367c210..c92a35b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: vup_chat description: "Messenger app for ATProto powered by S5" publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 0.5.8 +version: 0.5.16 environment: sdk: ">=3.4.1 <4.0.0"