Skip to content

Commit 36c79a0

Browse files
committed
update version code 0.3.3
1 parent 4573761 commit 36c79a0

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## [0.3.3] - 20210927
22

33
* bump polkadot-js/api v6.0.5
4+
* bump aes_ecb_pkcs5_flutter v0.1.2 hosted
45
* support flutter 2.5.x
56

67
## [0.3.2] - 20210913
@@ -148,4 +149,4 @@
148149
## [0.1.9] - 20210604
149150

150151
* bump polkadot-js/api v4.12.1
151-
* fix subscan queries
152+
* fix subscan queries

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: aes_ecb_pkcs5_flutter
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "0.1.1"
10+
version: "0.1.2"
1111
async:
1212
dependency: transitive
1313
description:

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: aes_ecb_pkcs5_flutter
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "0.1.1"
17+
version: "0.1.2"
1818
analyzer:
1919
dependency: transitive
2020
description:

pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
shared_preferences: ^2.0.7
1717
get_storage: ^2.0.3
1818
json_annotation: ^4.0.1
19-
aes_ecb_pkcs5_flutter: ^0.1.1
19+
aes_ecb_pkcs5_flutter: ^0.1.2
2020

2121
convert: ^3.0.1
2222
mobx: ^2.0.4
@@ -30,10 +30,6 @@ dev_dependencies:
3030
build_runner: ^2.1.2
3131
json_serializable: ^4.1.4
3232

33-
dependency_overrides:
34-
aes_ecb_pkcs5_flutter:
35-
path: ../aes_ecb_pkcs5_flutter
36-
3733
# For information on the generic Dart part of this file, see the
3834
# following page: https://dart.dev/tools/pub/pubspec
3935

0 commit comments

Comments
 (0)