Bumped version to 1.3.0
This commit is contained in:
parent
cc621eec93
commit
8c9e28ff3d
|
@ -1,7 +1,7 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
|
|
||||||
s.name = "RNFS"
|
s.name = "RNFS"
|
||||||
s.version = "1.1.0"
|
s.version = "1.3.0"
|
||||||
s.homepage = "https://github.com/johanneslumpe/react-native-fs"
|
s.homepage = "https://github.com/johanneslumpe/react-native-fs"
|
||||||
s.platform = :ios, "7.0"
|
s.platform = :ios, "7.0"
|
||||||
s.source = { :git => "https://github.com/johanneslumpe/react-native-fs.git" }
|
s.source = { :git => "https://github.com/johanneslumpe/react-native-fs.git" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-native-fs",
|
"name": "react-native-fs",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"description": "Native filesystem access for react-native",
|
"description": "Native filesystem access for react-native",
|
||||||
"main": "FS.common.js",
|
"main": "FS.common.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue