diff --git a/RNGL.podspec b/RNGL.podspec index c534d745f76b835bba017c11bde7a60c8f9631cd..81cecbb2476f96ca165e3c686f4d4735a387f710 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 c3edaf94640223cd766a37ebb1d52bb426bf76ac..d62b9bc490b2e53bd421ea05939b7f9e0533f2cf 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 f4da3a3c8d1a2a8aba3060cea3356d649f5c37f2..5ecca7f947dfdd47f53ea40b433f6a2b554c1cf1 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 9849cf269a071ab0290d84dbeecde8bf680d71c9..1fdcf177fc8feba6d7d49fd15b82a345122975cb 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 b711b11ba794c8b8f551719602797fc30861e318..2d1a6c93821242bfa01230ad5df81d33b8bcd21d 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": {