Skip to content

Commit 701f183

Browse files
committed
bump version
1 parent 13fc5ed commit 701f183

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.6.5
2+
- Fix build on web #77
3+
14
## 3.6.4
25
- Migrate to package:web
36

example/pubspec.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ packages:
111111
path: ".."
112112
relative: true
113113
source: path
114-
version: "3.6.3"
114+
version: "3.6.5"
115115
ffi:
116116
dependency: transitive
117117
description:
@@ -218,18 +218,18 @@ packages:
218218
dependency: transitive
219219
description:
220220
name: leak_tracker
221-
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
221+
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
222222
url: "https://pub.dev"
223223
source: hosted
224-
version: "10.0.4"
224+
version: "10.0.5"
225225
leak_tracker_flutter_testing:
226226
dependency: transitive
227227
description:
228228
name: leak_tracker_flutter_testing
229-
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
229+
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
230230
url: "https://pub.dev"
231231
source: hosted
232-
version: "3.0.3"
232+
version: "3.0.5"
233233
leak_tracker_testing:
234234
dependency: transitive
235235
description:
@@ -258,18 +258,18 @@ packages:
258258
dependency: transitive
259259
description:
260260
name: material_color_utilities
261-
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
261+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
262262
url: "https://pub.dev"
263263
source: hosted
264-
version: "0.8.0"
264+
version: "0.11.1"
265265
meta:
266266
dependency: transitive
267267
description:
268268
name: meta
269-
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
269+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
270270
url: "https://pub.dev"
271271
source: hosted
272-
version: "1.12.0"
272+
version: "1.15.0"
273273
mime:
274274
dependency: transitive
275275
description:
@@ -306,10 +306,10 @@ packages:
306306
dependency: transitive
307307
description:
308308
name: platform
309-
sha256: "12220bb4b65720483f8fa9450b4332347737cf8213dd2840d8b2c823e47243ec"
309+
sha256: "9b71283fc13df574056616011fb138fd3b793ea47cc509c189a6c3fa5f8a1a65"
310310
url: "https://pub.dev"
311311
source: hosted
312-
version: "3.1.4"
312+
version: "3.1.5"
313313
pool:
314314
dependency: transitive
315315
description:
@@ -439,26 +439,26 @@ packages:
439439
dependency: "direct dev"
440440
description:
441441
name: test
442-
sha256: "7ee446762c2c50b3bd4ea96fe13ffac69919352bd3b4b17bac3f3465edc58073"
442+
sha256: "7ee44229615f8f642b68120165ae4c2a75fe77ae2065b1e55ae4711f6cf0899e"
443443
url: "https://pub.dev"
444444
source: hosted
445-
version: "1.25.2"
445+
version: "1.25.7"
446446
test_api:
447447
dependency: transitive
448448
description:
449449
name: test_api
450-
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
450+
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
451451
url: "https://pub.dev"
452452
source: hosted
453-
version: "0.7.0"
453+
version: "0.7.2"
454454
test_core:
455455
dependency: transitive
456456
description:
457457
name: test_core
458-
sha256: "2bc4b4ecddd75309300d8096f781c0e3280ca1ef85beda558d33fcbedc2eead4"
458+
sha256: "55ea5a652e38a1dfb32943a7973f3681a60f872f8c3a05a14664ad54ef9c6696"
459459
url: "https://pub.dev"
460460
source: hosted
461-
version: "0.6.0"
461+
version: "0.6.4"
462462
typed_data:
463463
dependency: transitive
464464
description:
@@ -479,10 +479,10 @@ packages:
479479
dependency: transitive
480480
description:
481481
name: vm_service
482-
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
482+
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
483483
url: "https://pub.dev"
484484
source: hosted
485-
version: "14.2.1"
485+
version: "14.2.5"
486486
watcher:
487487
dependency: transitive
488488
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fast_rsa
22
description: library for use RSA with support for android and ios, macOS, linux, windows and web
3-
version: 3.6.4
3+
version: 3.6.5
44
homepage: https://github.com/jerson/flutter-rsa
55

66
environment:

0 commit comments

Comments
 (0)