Skip to content

Commit

Permalink
chore: bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehmcc committed Jul 30, 2024
1 parent 1bfaf8c commit 046f4cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
applicationId = "app.vup.vupchat"
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
versionCode = 2
versionName = "0.6.0"
versionCode = 3
versionName = "0.7.0"
setProperty("archivesBaseName", "$appName-$versionName-$versionCode")
multiDexEnabled true

Expand Down
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.6.0";
const String version = "v0.7.0";

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,7 +28,7 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="0.6.0" date="2024-07-27" />
<release version="0.7.0" date="2024-07-30" />
</releases>
<branding>
<color type="primary" scheme_preference="light">#1ed660</color>
Expand Down
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.6.0
version: 0.7.0

environment:
sdk: ">=3.4.1 <4.0.0"
Expand Down

0 comments on commit 046f4cd

Please sign in to comment.