diff --git a/RNFS.podspec b/RNFS.podspec index 40616e1..9a82617 100644 --- a/RNFS.podspec +++ b/RNFS.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "RNFS" - s.version = "1.1.0" + s.version = "1.3.0" s.homepage = "https://github.com/johanneslumpe/react-native-fs" s.platform = :ios, "7.0" s.source = { :git => "https://github.com/johanneslumpe/react-native-fs.git" } diff --git a/package.json b/package.json index c302bea..6065be9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fs", - "version": "1.2.0", + "version": "1.3.0", "description": "Native filesystem access for react-native", "main": "FS.common.js", "scripts": {