diff --git a/CHANGELOG.md b/CHANGELOG.md index 62eb2b7..c6b71df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- the value of the version field of the pubspec file. + ### Added - Unit testing tips to the README file — diff --git a/pubspec.yaml b/pubspec.yaml index fcd693d..2283e7c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: json_cache description: An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them with an elegant caching API. -version: 1.2.1 +version: 1.2.2 homepage: https://dartoos.dev repository: https://github.com/dartoos-dev/json_cache