diff --git a/ios/RNWifi.podspec b/ios/RNWifi.podspec index 89b4ff3..914b362 100644 --- a/ios/RNWifi.podspec +++ b/ios/RNWifi.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.description = <<-DESC RNWifi DESC - s.homepage = "" + s.homepage = "https://github.com/blackdeve/react-native-wifi" s.license = "MIT" # s.license = { :type => "MIT", :file => "FILE_LICENSE" } s.author = { "author" => "author@domain.cn" } @@ -21,4 +21,4 @@ Pod::Spec.new do |s| end - \ No newline at end of file + diff --git a/package.json b/package.json index de63913..751d458 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wifi", - "version": "1.0.0", + "version": "1.0.2", "description": "A react-native implementation for viewing and connecting to Wifi networks on Android and iOS devices.", "main": "index.js", "scripts": {