From be12f9c0e5d178f4481854ce6ed1db5bf604a5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 17 Feb 2016 09:50:32 +0100 Subject: [PATCH] gl-react 2.2.x --- README.md | 2 +- example/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7d4fcc..e92160c 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 780efe0..5293927 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 6ab8e45..6e6275a 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", -- 2.26.2