Skip to content

Commit

Permalink
update version code 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Sep 28, 2021
1 parent 4573761 commit 36c79a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [0.3.3] - 20210927

* bump polkadot-js/api v6.0.5
* bump aes_ecb_pkcs5_flutter v0.1.2 hosted
* support flutter 2.5.x

## [0.3.2] - 20210913
Expand Down Expand Up @@ -148,4 +149,4 @@
## [0.1.9] - 20210604

* bump polkadot-js/api v4.12.1
* fix subscan queries
* fix subscan queries
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: aes_ecb_pkcs5_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.1"
version: "0.1.2"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: aes_ecb_pkcs5_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.1"
version: "0.1.2"
analyzer:
dependency: transitive
description:
Expand Down
6 changes: 1 addition & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
shared_preferences: ^2.0.7
get_storage: ^2.0.3
json_annotation: ^4.0.1
aes_ecb_pkcs5_flutter: ^0.1.1
aes_ecb_pkcs5_flutter: ^0.1.2

convert: ^3.0.1
mobx: ^2.0.4
Expand All @@ -30,10 +30,6 @@ dev_dependencies:
build_runner: ^2.1.2
json_serializable: ^4.1.4

dependency_overrides:
aes_ecb_pkcs5_flutter:
path: ../aes_ecb_pkcs5_flutter

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

Expand Down

0 comments on commit 36c79a0

Please sign in to comment.