This commit is contained in:
Eric 2018-11-18 15:16:49 -08:00
parent e5356799d5
commit f7f62ca470
2 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,13 @@
### Upcoming ### Upcoming
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.5...master) [Diff](https://github.com/luggit/react-native-config/compare/v0.11.6...master)
### 0.11.5
- Updated gradle to v4.4 and gradle-plugin to v3.1.4 (#307)
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.5...v0.11.6)
### 0.11.5 ### 0.11.5

View File

@ -1,6 +1,6 @@
{ {
"name": "react-native-config", "name": "react-native-config",
"version": "0.11.5", "version": "0.11.6",
"description": "Expose config variables to React Native apps", "description": "Expose config variables to React Native apps",
"keywords": ["env", "config", "config-var", "react-native", "android", "ios", "12factor"], "keywords": ["env", "config", "config-var", "react-native", "android", "ios", "12factor"],
"homepage": "https://github.com/luggit/react-native-config", "homepage": "https://github.com/luggit/react-native-config",