diff --git a/RNFS.podspec b/RNFS.podspec index 6066703..46f5f59 100644 --- a/RNFS.podspec +++ b/RNFS.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.license = pjson["license"] s.author = { "Johannes Lumpe" => "johannes@lum.pe" } s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/johanneslumpe/react-native-fs", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/johanneslumpe/react-native-fs", :tag => "v#{s.version}" } s.source_files = '*.{h,m}' s.preserve_paths = "**/*.js" diff --git a/package.json b/package.json index c12ab51..3b42d6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fs", - "version": "v2.1.0-rc.1", + "version": "2.1.0-rc.1", "description": "Native filesystem access for react-native", "main": "FS.common.js", "scripts": {