From b5e188e41e3eccc9f866dc7aaeb27151ed5da2c9 Mon Sep 17 00:00:00 2001 From: Think Wu Date: Sun, 18 Dec 2016 13:04:07 +0800 Subject: [PATCH] bump version -> 0.3.4 --- README.md | 2 +- package.json | 2 +- react-native-material-kit.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7686741..4a7a697a 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.35-05A5D1.svg +[rn-badge]: https://img.shields.io/badge/react--native-v0.39-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 452c21f2..77457cd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-material-kit", - "version": "0.3.3", + "version": "0.3.4", "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 bb577471..a280ca8d 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.3" + s.version = "0.3.4" s.summary = "Introducing Material Design to apps built with React Native." s.requires_arc = true s.author = { 'xinthink' => 'yingxinwu.g@gmail.com' }