Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xinthink committed Oct 9, 2015
1 parent 3c4f2d3 commit 2a9fdc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.0-SNAPSHOT",
"version": "0.2.0",
"description": "Bringing Material Design to React Native",
"main": "lib/index.js",
"author": "Yingxin Wu <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions react-native-material-kit.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "react-native-material-kit"
s.version = "0.2.0-SNAPSHOT"
s.version = "0.2.0"
s.summary = "Introducing Material Design to apps built with React Native."
s.requires_arc = true
s.author = { 'xinthink' => '[email protected]' }
s.license = 'MIT'
s.homepage = 'n/a'
s.homepage = 'https://github.com/xinthink/react-native-material-kit'
s.source = { :git => "https://github.com/xinthink/react-native-material-kit.git" }
s.source_files = 'iOS/RCTMaterialKit/*'
s.platform = :ios, "7.0"
s.dependency 'React'
end
end

0 comments on commit 2a9fdc8

Please sign in to comment.