Skip to content

Commit b7b7dd4

Browse files
committed
version 0.3.2
1 parent 12d366a commit b7b7dd4

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.2] - 2021-08-25
11+
1012
### Changed
1113

1214
- removal of _late_ modifier from the attributes of the JsonCacheMem class.

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -28,7 +28,7 @@ packages:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.3.1"
31+
version: "1.2.0"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -120,7 +120,7 @@ packages:
120120
name: meta
121121
url: "https://pub.dartlang.org"
122122
source: hosted
123-
version: "1.7.0"
123+
version: "1.3.0"
124124
mutex:
125125
dependency: "direct main"
126126
description:
@@ -279,7 +279,7 @@ packages:
279279
name: test_api
280280
url: "https://pub.dartlang.org"
281281
source: hosted
282-
version: "0.4.2"
282+
version: "0.3.0"
283283
typed_data:
284284
dependency: transitive
285285
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.1
3+
version: 0.3.2
44
homepage: https://dartoos.dev
55
repository: https://github.com/dartoos-dev/json_cache
66

0 commit comments

Comments
 (0)