From f904c36c1e14c55d76106dd5c98f5d32192e8471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Sat, 4 Jan 2014 19:56:09 +0100 Subject: [PATCH] update minor version to 0.4.0 --- example/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 0c9a12d6..932e11a1 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "glsl-transition-example", - "version": "0.1.6", + "version": "0.1.7", "homepage": "https://greweb.me/glsl-transition", "author": "Gaƫtan Renaudeau ", "contributors": [], diff --git a/package.json b/package.json index 9d8734f7..3262db79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glsl-transition", - "version": "0.3.4", + "version": "0.4.0", "description": "Make Transitions Effects with the power of WebGL Shaders (GLSL)", "keywords": ["glsl", "webgl", "transition", "transitions", "shaders", "animation"], "homepage": "https://github.com/gre/glsl-transition",