diff --git a/package.json b/package.json index 0f87df3a..719eecd7 100644 --- a/package.json +++ b/package.json @@ -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 ", diff --git a/react-native-material-kit.podspec b/react-native-material-kit.podspec index 900668a9..5739a95c 100644 --- a/react-native-material-kit.podspec +++ b/react-native-material-kit.podspec @@ -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' => 'yingxinwu.g@gmail.com' } 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 \ No newline at end of file +end