Skip to content

Commit

Permalink
Version changed
Browse files Browse the repository at this point in the history
  • Loading branch information
GleammerRay committed Jul 15, 2022
1 parent 941c3d0 commit 5f5a9f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/passy_data/common.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.1';
const String passyVersion = '0.4.0';
//TODO: split versions after v1.0.0
const String syncVersion = passyVersion;
const String accountVersion = passyVersion;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1
version: 0.4.0

environment:
sdk: ">=2.16.1 <3.0.0"
Expand Down

0 comments on commit 5f5a9f7

Please sign in to comment.