diff --git a/android/build.gradle b/android/build.gradle index a28f0dd..d520e84 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -18,8 +18,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 22 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "2.0.1" } lintOptions { abortOnError false diff --git a/ios/RNOpenAppSettings.podspec b/ios/RNOpenAppSettings.podspec index 4949f70..f7eeb52 100644 --- a/ios/RNOpenAppSettings.podspec +++ b/ios/RNOpenAppSettings.podspec @@ -1,23 +1,17 @@ Pod::Spec.new do |s| s.name = "RNOpenAppSettings" - s.version = "1.0.0" + s.version = "2.0.1" s.summary = "RNOpenAppSettings" - s.description = <<-DESC - RNOpenAppSettings - DESC - s.homepage = "" + s.description = "React Native module exposing native application settings" s.license = "MIT" - # s.license = { :type => "MIT", :file => "FILE_LICENSE" } - s.author = { "author" => "author@domain.cn" } + s.author = { "author" => "author@domain.cn" } s.homepage = "https://github.com/KrazyLabs/react-native-app-settings" s.platform = :ios, "7.0" s.source = { :git => "https://github.com/KrazyLabs/react-native-app-settings.git", :tag => "master" } - s.source_files = "RNOpenAppSettings/**/*.{h,m}" + s.source_files = "*.{h,m}" s.requires_arc = true - s.dependency "React" - #s.dependency "others" end diff --git a/package.json b/package.json index ff0fee6..50c2b41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-app-settings", - "version": "2.0.0", + "version": "2.0.1", "description": "Cross-Platform React Native module exposing native application settings.", "main": "index.js", "scripts": {