Skip to content

Commit

Permalink
chore: prepare v1.1.1 release (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored May 7, 2024
1 parent ace2cea commit a00540a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1
* Use dart 3 class modifiers ([#40](https://github.com/xmartlabs/stock/pull/40))
* Code improvements, fix dart analyze issues ([#42](https://github.com/xmartlabs/stock/pull/42))

## 1.1.0
* Dart 3 upgrade ([#38](https://github.com/xmartlabs/stock/pull/38))
* Document improvements ([#37](https://github.com/xmartlabs/stock/pull/37))
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stock
description: Dart package for Async Data Loading and Caching.
Combine local (DB, cache) and network data simply and safely.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/xmartlabs/stock
repository: https://github.com/xmartlabs/stock
issue_tracker: https://github.com/xmartlabs/stock/issues
Expand Down

0 comments on commit a00540a

Please sign in to comment.