Bumped version to 1.3.0
This commit is contained in:
parent
cc621eec93
commit
8c9e28ff3d
|
@ -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" }
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue