Skip to content

Commit

Permalink
bump version -> 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xinthink committed Dec 18, 2016
1 parent 3e9ae6f commit b5e188e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <yingxinwu.g@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion 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' }
Expand Down

0 comments on commit b5e188e

Please sign in to comment.