From 3e535acf672624b64dba71701344eb1225d03dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Mon, 21 Mar 2016 15:34:03 +0100 Subject: [PATCH] prepare for 2.22.0 --- RNGL.podspec | 2 +- example/.flowconfig | 2 +- example/android/app/app.iml | 4 ++-- example/package.json | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RNGL.podspec b/RNGL.podspec index c534d74..81cecbb 100644 --- a/RNGL.podspec +++ b/RNGL.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "RNGL" - s.version = "2.21.0" + s.version = "2.22.0" s.homepage = "https://github.com/ProjectSeptemberInc/gl-react-native" s.platform = :ios, "8.0" s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git" } diff --git a/example/.flowconfig b/example/.flowconfig index c3edaf9..d62b9bc 100644 --- a/example/.flowconfig +++ b/example/.flowconfig @@ -62,4 +62,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-1]\\|1[0-9]\\|[0-9 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy [version] -0.21.0 +0.22.0 diff --git a/example/android/app/app.iml b/example/android/app/app.iml index f4da3a3..5ecca7f 100644 --- a/example/android/app/app.iml +++ b/example/android/app/app.iml @@ -77,7 +77,7 @@ - + @@ -109,7 +109,7 @@ - + diff --git a/example/package.json b/example/package.json index 9849cf2..1fdcf17 100644 --- a/example/package.json +++ b/example/package.json @@ -13,7 +13,7 @@ "gl-react-native": "file:..", "glsl-transitions": "^2016.2.15", "react": "^0.14.7", - "react-native": "^0.21.0", + "react-native": "^0.22.0", "react-native-fs": "^1.2.0", "react-native-material-kit": "^0.3.0", "react-transform-hmr": "^1.0.2", diff --git a/package.json b/package.json index b711b11..2d1a6c9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "author": "Project September ", "license": "MIT", "peerDependencies": { - "react-native": "^0.21.0", + "react-native": "^0.22.0", "gl-react": "^2.2.0" }, "dependencies": { -- 2.26.2