Skip to content

Commit cef3ee8

Browse files
committed
🚀 v0.3.0
1 parent 3089917 commit cef3ee8

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A set of UI components, in the purpose of introducing [Material Design][md] to a
77

88
[npm-badge]: https://img.shields.io/npm/v/react-native-material-kit.svg
99
[npm]: https://www.npmjs.com/package/react-native-material-kit
10-
[rn-badge]: https://img.shields.io/badge/react--native-v0.19.x-05A5D1.svg
10+
[rn-badge]: https://img.shields.io/badge/react--native-v0.20.x-05A5D1.svg
1111
[rn]: https://facebook.github.io/react-native
1212
[md]: http://www.google.com/design/spec/material-design/introduction.html
1313
[license-badge]: https://img.shields.io/dub/l/vibe-d.svg

android/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:1.3.0'
7+
classpath 'com.android.tools.build:gradle:1.3.1'
88
}
99
}
1010

@@ -30,6 +30,5 @@ repositories {
3030
}
3131

3232
dependencies {
33-
provided 'com.facebook.react:react-native:0.19.+'
34-
//compile 'com.android.support:design:23.0.1'
33+
provided 'com.facebook.react:react-native:0.+'
3534
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-material-kit",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "Bringing Material Design to React Native",
55
"main": "lib/index.js",
66
"author": "Yingxin Wu <[email protected]>",

react-native-material-kit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "react-native-material-kit"
3-
s.version = "0.2.5"
3+
s.version = "0.3.0"
44
s.summary = "Introducing Material Design to apps built with React Native."
55
s.requires_arc = true
66
s.author = { 'xinthink' => '[email protected]' }

0 commit comments

Comments
 (0)