Skip to content

Commit

Permalink
Bump version codes and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
roughike committed May 25, 2019
1 parent 344400b commit e02e046
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## 1.0.1
* [#1](https://github.com/roughike/streaming_shared_preferences/pull/1): Fix a bug where reusing a `Preference` between multiple listeners only propagated the change to the first one.

## 1.0.0
* Initial stable release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you're already using `shared_preferences`, **you should replace the dependenc

```yaml
dependencies:
streaming_shared_preferences: ^1.0.0
streaming_shared_preferences: ^1.0.1
```
To get a hold of `StreamingSharedPreferences`, _await_ on `instance`:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: streaming_shared_preferences
description: A stream based wrapper over shared_preferences, allowing reactive key-value storage.
version: 1.0.0
version: 1.0.1
author: Iiro Krankka <iiro.krankka@gmail.com>
homepage: https://github.com/roughike/streaming_shared_preferences

Expand Down

0 comments on commit e02e046

Please sign in to comment.