From 3421b04a4f71af44d56d9462a83e89e6b45676da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 23 Nov 2016 13:48:04 +0100 Subject: [PATCH] prepare for latest RN version --- README.md | 2 +- RNGL.podspec | 4 ++-- example/android/app/app.iml | 4 ++-- example/package.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f44898c..01df1a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ **[Gitbook documentation](http://projectseptemberinc.gitbooks.io/gl-react/content/) / [Github](https://github.com/ProjectSeptemberInc/gl-react-native/) / [gl-react](https://github.com/ProjectSeptemberInc/gl-react/)** / [#gl-react on reactiflux](https://discordapp.com/channels/102860784329052160/106102146109325312) -# icon gl-react-native ![](https://img.shields.io/badge/react--native-%200.37.x-05F561.svg) ![](https://img.shields.io/badge/gl--react-%202.2.x-05F561.svg) +# icon gl-react-native ![](https://img.shields.io/badge/react--native-%200.38.x-05F561.svg) ![](https://img.shields.io/badge/gl--react-%202.2.x-05F561.svg) OpenGL bindings for React Native to implement complex effects over images and components, in the descriptive VDOM paradigm. diff --git a/RNGL.podspec b/RNGL.podspec index 3dd2d5c..3e03ec2 100644 --- a/RNGL.podspec +++ b/RNGL.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "RNGL" - s.version = "2.37.0" + s.version = "2.38.0" s.author = "Project September" s.summary = "OpenGL bindings for React Native to implement complex effects over images and components" 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", :tag => "v2.37.0" } + s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git", :tag => "v2.38.0" } s.source_files = "ios/*.{h,m}" s.license = "MIT" diff --git a/example/android/app/app.iml b/example/android/app/app.iml index 2fe922b..27140e7 100644 --- a/example/android/app/app.iml +++ b/example/android/app/app.iml @@ -95,7 +95,7 @@ - + @@ -130,7 +130,7 @@ - + diff --git a/example/package.json b/example/package.json index 2b3f677..d8ed83f 100644 --- a/example/package.json +++ b/example/package.json @@ -11,8 +11,8 @@ "gl-react-blur": "^1.3.0", "gl-react-native": "file:..", "glsl-transitions": "^2016.2.15", - "react": "15.3.2", - "react-native": "0.37.0", + "react": "15.4.1", + "react-native": "0.38.0", "react-native-fs": "1.5.1", "seedrandom": "gre/seedrandom#released" } -- 2.26.2