Skip to content

Commit

Permalink
chore: prepare for 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Feb 26, 2018
1 parent 62a2186 commit 8589096
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,9 +2,13 @@

### next

### 0.17.0

* Add an empty polyfill for `react-native-web` users (https://github.com/rebeccahughes/react-native-device-info/pull/339)

### 0.16.0

* Add the `googlePlayServicesVersion` Gradle build config that allows you to set the Play Services version from the root-project(https://github.com/rebeccahughes/react-native-device-info/pull/333)
* Add the `googlePlayServicesVersion` Gradle build config that allows you to set the Play Services version from the root-project (https://github.com/rebeccahughes/react-native-device-info/pull/333)

### 0.15.3

Expand Down
2 changes: 1 addition & 1 deletion RNDeviceInfo.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RNDeviceInfo"
s.version = "0.16.0"
s.version = "0.17.0"
s.summary = "Device Information for react-native"

s.homepage = "https://github.com/rebeccahughes/react-native-device-info"
Expand Down

0 comments on commit 8589096

Please sign in to comment.