diff --git a/README.md b/README.md
index 8cc4b2de..2aeea706 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ A set of UI components, in the purpose of introducing [Material Design][md] to a
[npm-badge]: https://img.shields.io/npm/v/react-native-material-kit.svg
[npm]: https://www.npmjs.com/package/react-native-material-kit
-[rn-badge]: https://img.shields.io/badge/react--native-v0.24.x-05A5D1.svg
+[rn-badge]: https://img.shields.io/badge/react--native-v0.27.x-05A5D1.svg
[rn]: https://facebook.github.io/react-native
[md]: http://www.google.com/design/spec/material-design/introduction.html
[license-badge]: https://img.shields.io/dub/l/vibe-d.svg
@@ -21,13 +21,13 @@ A set of UI components, in the purpose of introducing [Material Design][md] to a
## Getting Started
-First, `cd` to your RN project directory, and install RNMK through [rnpm](https://github.com/rnpm/rnpm) . If you don't have rnpm, you can install RNMK from npm with the command `npm i -S react-native-material-kit` and link it manually (see below).
+First, `cd` to your RN project directory, and install RNMK through [rnpm](https://github.com/rnpm/rnpm) . If you don't have rnpm, you can install RNMK from npm with the command `npm i -S react-native-material-kit` and link it manually (see below).
### iOS
#### Using rnpm
`rnpm install react-native-material-kit`
-#### Manualy
+#### Manualy
1. Add `node_modules/react-native-material-kit/iOS/RCTMaterialKit.xcodeproj` to your xcode project, usually under the `Libraries` group
1. Add `libRCTMaterialKit.a` (from `Products` under `RCTMaterialKit.xcodeproj`) to build target's `Linked Frameworks and Libraries` list
@@ -52,7 +52,7 @@ Now run `pod install`. This will create an Xcode workspace containing all necess
### Android
-#### Using rnpm
+#### Using rnpm
`rnpm install react-native-material-kit`
#### Manually
@@ -377,7 +377,7 @@ the jsx equivalent:
onCheckedChange={this._onIconChecked}
onPress={this._onIconClicked}
>
- Off
",
"contributors": [
- "All Contributors (https://github.com/xinthink/react-native-material-kit/graphs/contributors)"
+ "Quentin Valmori (https://github.com/Crash--)",
+ "Alexander Price (https://github.com/alexprice91)"
],
"license": "MIT",
"keywords": [
diff --git a/react-native-material-kit.podspec b/react-native-material-kit.podspec
index 3bc8d2c4..2ba19077 100644
--- a/react-native-material-kit.podspec
+++ b/react-native-material-kit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-material-kit"
- s.version = "0.3.1"
+ s.version = "0.3.2"
s.summary = "Introducing Material Design to apps built with React Native."
s.requires_arc = true
s.author = { 'xinthink' => 'yingxinwu.g@gmail.com' }