Skip to content

Commit

Permalink
build: bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
solsticedhiver committed Aug 16, 2023
1 parent 7e0d6e7 commit 7d612b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:path/path.dart' as path;

class AppConfig {
static const String name = 'Flarte';
static const String version = '0.3.2';
static const String version = '0.3.3';
static const String commit = 'HEAD/main';
static const String url = 'https://github.com/solsticedhiver/flarte';
static PlayerTypeName player = PlayerTypeName.embedded;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.3.2+1
version: 0.3.3+1

environment:
sdk: '>=2.19.2 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flarte
base: core22
version: '0.3.2'
version: '0.3.3'
icon: assets/flarte.png
summary: View and download video from arte.tv catch up TV site
description: |
Expand Down

0 comments on commit 7d612b3

Please sign in to comment.