Skip to content

Commit a9385ca

Browse files
committed
🚀 bump version
1 parent d09e9ae commit a9385ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

1010
[npm-badge]: https://img.shields.io/npm/v/react-native-material-kit.svg
1111
[npm]: https://www.npmjs.com/package/react-native-material-kit
12-
[rn-badge]: https://img.shields.io/badge/react--native-v0.34-05A5D1.svg
12+
[rn-badge]: https://img.shields.io/badge/react--native-v0.35-05A5D1.svg
1313
[rn]: https://facebook.github.io/react-native
1414
[md]: http://www.google.com/design/spec/material-design/introduction.html
1515
[license-badge]: https://img.shields.io/dub/l/vibe-d.svg

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.3.2",
3+
"version": "0.3.3",
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.3.2"
3+
s.version = "0.3.3"
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)