diff --git a/README.md b/README.md index 4c1a45b51f9a15ce34ebb988a6a63f5887c6482d..81de90f6afb0bce515c133c4765773f045327000 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.35.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.36.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 743349a493cb47ee3712f0886b8b0b42541b0d19..5fdce3a24ee3a35525f9b2261c3b53e72d6da4f0 100644 --- a/RNGL.podspec +++ b/RNGL.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "RNGL" - s.version = "2.35.0-rc.0" + s.version = "2.36.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.35.0-rc.0" } + s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git", :tag => "v2.36.0" } s.source_files = "ios/*.{h,m}" s.license = "MIT" diff --git a/android/RNGL.iml b/android/RNGL.iml index 58662a6191d1fe5ecbf219fba42623a8bae3eb19..622add6f45e35f34095aaa17c22bf9aab5b69afa 100644 --- a/android/RNGL.iml +++ b/android/RNGL.iml @@ -67,14 +67,6 @@ - - - - - - - - @@ -83,6 +75,14 @@ + + + + + + + + diff --git a/example/android/app/app.iml b/example/android/app/app.iml index e53ede9741ce1ef42599f9b168b85f6eb10985f2..86c8504ab4634d80d1e4362d854d4fc9bc24a045 100644 --- a/example/android/app/app.iml +++ b/example/android/app/app.iml @@ -66,14 +66,6 @@ - - - - - - - - @@ -82,8 +74,17 @@ + + + + + + + + + diff --git a/example/package.json b/example/package.json index 5f0f5ca596cab8c5d49ed6755cf257514a9695f8..a1a20353de69e64a09e2b0ec8c9caee80580816a 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "gl-react-native": "file:..", "glsl-transitions": "^2016.2.15", "react": "15.3.2", - "react-native": "0.35.0-rc.0", + "react-native": "0.36.1", "react-native-fs": "1.5.1", "react-native-material-kit": "PyYoshi/react-native-material-kit#rn-0.25.1", "seedrandom": "gre/seedrandom#released"