Skip to content

Commit

Permalink
chore: prepare for 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Feb 23, 2018
1 parent b8721c7 commit 38b4257
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

### next

* Add Gradle build config that allows a consumer to set Play Services Version from a root-project ext variable.
### 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)

### 0.15.3

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

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

0 comments on commit 38b4257

Please sign in to comment.