From 281623b8c9d05d24ab61ef1e9b26dea1e15bc8a8 Mon Sep 17 00:00:00 2001 From: GleammerRay <101527589+GleammerRay@users.noreply.github.com> Date: Tue, 12 Jul 2022 14:28:49 +0100 Subject: [PATCH] Version changed --- lib/passy_data/common.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/passy_data/common.dart b/lib/passy_data/common.dart index db19f5af..13fe6370 100644 --- a/lib/passy_data/common.dart +++ b/lib/passy_data/common.dart @@ -7,7 +7,7 @@ import 'package:encrypt/encrypt.dart'; import 'package:path/path.dart' as path; import 'package:universal_io/io.dart'; -const String passyVersion = '0.3.0'; +const String passyVersion = '0.3.1'; final Random random = Random.secure(); diff --git a/pubspec.yaml b/pubspec.yaml index c1b01ce1..3516ae6d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.1.1 +version: 0.3.1 environment: sdk: ">=2.16.1 <3.0.0"