From 5ded66d1b4f4f563add5ce3fdca9416f75575ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 7 Dec 2016 11:22:56 +0100 Subject: [PATCH] prepare for .39 --- README.md | 2 +- RNGL.podspec | 4 ++-- example/android/app/app.iml | 21 +++++++++++---------- example/package.json | 2 +- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 01df1a3..31da9f5 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.38.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.39.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 3e03ec2..061a292 100644 --- a/RNGL.podspec +++ b/RNGL.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "RNGL" - s.version = "2.38.0" + s.version = "2.39.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.38.0" } + s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git", :tag => "v2.39.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 27140e7..f7abf22 100644 --- a/example/android/app/app.iml +++ b/example/android/app/app.iml @@ -66,14 +66,6 @@ - - - - - - - - @@ -82,8 +74,17 @@ + + + + + + + + + @@ -95,7 +96,7 @@ - + @@ -130,7 +131,7 @@ - + diff --git a/example/package.json b/example/package.json index d8ed83f..abbda59 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "gl-react-native": "file:..", "glsl-transitions": "^2016.2.15", "react": "15.4.1", - "react-native": "0.38.0", + "react-native": "0.39.0", "react-native-fs": "1.5.1", "seedrandom": "gre/seedrandom#released" } -- 2.26.2