Skip to content

Commit

Permalink
🚀 v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xinthink committed Feb 12, 2016
1 parent 3089917 commit cef3ee8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.19.x-05A5D1.svg
[rn-badge]: https://img.shields.io/badge/react--native-v0.20.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
Expand Down
5 changes: 2 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.android.tools.build:gradle:1.3.1'
}
}

Expand All @@ -30,6 +30,5 @@ repositories {
}

dependencies {
provided 'com.facebook.react:react-native:0.19.+'
//compile 'com.android.support:design:23.0.1'
provided 'com.facebook.react:react-native:0.+'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-material-kit",
"version": "0.2.5",
"version": "0.3.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-material-kit"
s.version = "0.2.5"
s.version = "0.3.0"
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 cef3ee8

Please sign in to comment.