Bumped version to 1.3.0

This commit is contained in:
Johannes Lumpe 2016-03-30 15:23:48 +03:00
parent cc621eec93
commit 8c9e28ff3d
2 changed files with 2 additions and 2 deletions

View File

@ -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" }

View File

@ -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": {