diff --git a/README.md b/README.md index ca44cf83..5ec4e838 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.34-05A5D1.svg +[rn-badge]: https://img.shields.io/badge/react--native-v0.35-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 diff --git a/package.json b/package.json index b14a0ea2..452c21f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-material-kit", - "version": "0.3.2", + "version": "0.3.3", "description": "Bringing Material Design to React Native", "main": "lib/index.js", "author": "Yingxin Wu ", diff --git a/react-native-material-kit.podspec b/react-native-material-kit.podspec index 2ba19077..bb577471 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.2" + s.version = "0.3.3" s.summary = "Introducing Material Design to apps built with React Native." s.requires_arc = true s.author = { 'xinthink' => 'yingxinwu.g@gmail.com' }