diff --git a/README.md b/README.md index f44898cf99c50226da2185b330714bc3b7361f82..01df1a399ed6a947e58b13a63d36f3d8c9d708fa 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 3dd2d5c2d288b65a303120b6855455ff2c7a3a42..3e03ec22415ecd995f0f2bd5f93425baa8837a36 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 2fe922bf6aed6b83572a6f60f45a619b1913ee44..27140e7fa81e71c7f641cd22d580179b96823a37 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 2b3f677d2d53daaed793f87d9e84b3b25c420818..d8ed83f3faa19a8a1336650dc291b5b300ddd844 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" }