Skip to content

Commit 27ad997

Browse files
authored
fix: the value of the version field of the pubscpec file (#80)
Closes #79
1 parent ae8285d commit 27ad997

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- the value of the version field of the pubspec file.
13+
1014
### Added
1115

1216
- Unit testing tips to the README file —

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 with an elegant caching API.
3-
version: 1.2.1
3+
version: 1.2.2
44
homepage: https://dartoos.dev
55
repository: https://github.com/dartoos-dev/json_cache
66

0 commit comments

Comments
 (0)