Skip to content

Commit 05851cc

Browse files
committed
version 0.3.3
1 parent 5593095 commit 05851cc

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.3] - 2021-08-26
11+
1012
### Added
1113

1214
- JsonCacheEncPrefs: an implementation on top of the

pubspec.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
name: async
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "2.8.1"
24+
version: "2.6.1"
2525
boolean_selector:
2626
dependency: transitive
2727
description:
@@ -42,7 +42,7 @@ packages:
4242
name: charcode
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.3.1"
45+
version: "1.2.0"
4646
clock:
4747
dependency: transitive
4848
description:
@@ -162,7 +162,7 @@ packages:
162162
name: meta
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165-
version: "1.7.0"
165+
version: "1.3.0"
166166
mutex:
167167
dependency: "direct main"
168168
description:
@@ -328,7 +328,7 @@ packages:
328328
name: test_api
329329
url: "https://pub.dartlang.org"
330330
source: hosted
331-
version: "0.4.2"
331+
version: "0.3.0"
332332
typed_data:
333333
dependency: transitive
334334
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_cache
22
description: An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them as an elegant caching API.
3-
version: 0.3.2
3+
version: 0.3.3
44
homepage: https://dartoos.dev
55
repository: https://github.com/dartoos-dev/json_cache
66

0 commit comments

Comments
 (0)