Skip to content

Commit

Permalink
bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel committed Jul 3, 2021
1 parent 7f3526f commit b81bd3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"expo": "^42.0.0",
"expo-gl": "~10.4.1",
"gl-react": "^5.0.0",
"gl-react-blurhash": "latest",
"gl-react-blurhash": "2.0.0",
"gl-react-expo": "^5.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3314,10 +3314,10 @@ gl-format-compiler-error@^1.0.2:
glsl-shader-name "^1.0.0"
sprintf-js "^1.0.3"

gl-react-blurhash@latest:
version "1.0.0"
resolved "https://registry.yarnpkg.com/gl-react-blurhash/-/gl-react-blurhash-1.0.0.tgz#9d6332e3d394b35a0746ca439fef65c86dfc0279"
integrity sha512-OOd/V54qwBOG250I+/nBZnBJr7CrYYr+L4+R52ayo2ISva1Ytxw0nG/dLxnjF1oObR3cOyguopGIFXKWz4jAlA==
gl-react-blurhash@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/gl-react-blurhash/-/gl-react-blurhash-2.0.0.tgz#035cf5bf9c522bb5af5f1f41a0731a774e2ce207"
integrity sha512-NCbBpIJQJnL9X2MDAL9mfsjzANSGAgsvD5SRBdcENk8okDauG6kwl7GdLJXPDAhGRl7ibYWEZmDFs5PPZlGL2A==
dependencies:
blurhash "^1.1.3"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gl-react-blurhash",
"version": "1.0.0",
"version": "2.0.0",
"description": "Universal gl-react module that implements BlurHash in OpenGL",
"license": "MIT",
"author": "Manuel Schiller",
Expand Down

0 comments on commit b81bd3e

Please sign in to comment.