Skip to content

Commit af41c31

Browse files
committed
chore(version): bump v0.3.2
1 parent 5bcba12 commit af41c31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/view/pages/about.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:flutter/material.dart';
22
import 'package:url_launcher/url_launcher_string.dart';
33

4-
const String version = '0.3.1';
4+
const String version = '0.3.2';
55

66
class AboutScreen extends StatelessWidget {
77
const AboutScreen({Key? key}) : super(key: key);

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: The HOF client (mainly for Android) written by Flutter with Materia
33

44
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
55

6-
version: 0.3.1
6+
version: 0.3.2
77

88
environment:
99
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)