diff --git a/README.md b/README.md index d7d4fcc8f0b20d2dc75b4940c306fc8a816d4823..e92160c6c5af97c22055e2a27a14181a30a3c3c9 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.20.x-05F561.svg) ![](https://img.shields.io/badge/gl--react-%202.1.x-05F561.svg) +# icon gl-react-native ![](https://img.shields.io/badge/react--native-%200.20.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/example/package.json b/example/package.json index 780efe0577f39addff702d83f70f2d4903831f1b..5293927a1c3118e595b985a621f2fa2f59b2adbf 100644 --- a/example/package.json +++ b/example/package.json @@ -8,7 +8,7 @@ "dependencies": { "crypto": "0.0.3", "fbjs": "^0.6.1", - "gl-react": "^2.1.6", + "gl-react": "^2.2.0", "gl-react-blur": "^1.2.2", "gl-react-native": "file:..", "glsl-transitions": "^2016.2.15", diff --git a/package.json b/package.json index 6ab8e45130082ea6dd86d80186889943d7bbf201..6e6275a8636eabc0c3ab47139e9edb1481be7fae 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "license": "MIT", "peerDependencies": { "react-native": "^0.20.0", - "gl-react": "^2.1.0" + "gl-react": "^2.2.0" }, "dependencies": { "invariant": "2.2.0",