Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed May 7, 2017
1 parent 1d0bd94 commit 97dc545
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-rc.4",
"version": "3.2.0",
"version": "3.2.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/cookbook-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookbook-expo",
"version": "3.2.0",
"version": "3.2.1",
"description": "GL React Native cookbook",
"author": "Gaëtan Renaudeau",
"private": true,
Expand All @@ -9,7 +9,7 @@
"@expo/ex-navigation": "^2.11.0",
"cookbook-rn-shared": "^3.2.0",
"expo": "^16.0.0",
"gl-react-expo": "^3.2.0",
"gl-react-expo": "^3.2.1",
"prop-types": "^15.5.8",
"react": "16.0.0-alpha.6",
"react-native": "github:exponentjs/react-native#sdk-16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gl-react-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gl-react-expo",
"version": "3.2.0",
"version": "3.2.1",
"license": "MIT",
"author": "Gaëtan Renaudeau <[email protected]>",
"description": "React Native via Expo implementation of gl-react, an universal React library to write and compose WebGL shaders",
Expand Down

0 comments on commit 97dc545

Please sign in to comment.