Skip to content

Commit

Permalink
Rev shared_preferences (flutter#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
collinjackson authored Jun 3, 2017
1 parent 958d3b8 commit e6ba346
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/shared_preferences/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.2.3] - 2017-06-02

* Suppress warning about unchecked operations when compiling for Android

## [0.2.2] - 2017-05-17

* BREAKING CHANGE: setStringSet API changed to setStringList and plugin now supports
Expand Down
2 changes: 1 addition & 1 deletion packages/shared_preferences/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shared_preferences

version: 0.2.2
version: 0.2.3
description: A Flutter plugin for reading and writing simple key-value pairs.
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences
Expand Down

0 comments on commit e6ba346

Please sign in to comment.