Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehmcc committed Jul 23, 2024
1 parent 00a5185 commit dc115ca
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions docs/DEPLOY-TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
2 changes: 1 addition & 1 deletion linux/metadata/app.vup.VupChat.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="0.5.8" date="2024-07-22" />
<release version="0.5.16" date="2024-07-22" />
</releases>
</component>
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc115ca

Please sign in to comment.