From daa942beb913b3baa407d2e87ccaf77f446deb5e Mon Sep 17 00:00:00 2001 From: Ron Elliott Date: Mon, 10 Aug 2015 12:59:05 -0700 Subject: [PATCH] Version bump. --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 80ca991..59e47e0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "reflekt", - "version": "0.3.3", + "version": "0.3.4", "description": "Angular style function call reflection hotness.", "main": "index.js", "ignore": [ diff --git a/package.json b/package.json index 2ac0715..2e8816d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reflekt", - "version": "0.3.3", + "version": "0.3.4", "description": "Angular style function call reflection hotness.", "main": "reflekt.js", "author": "Ron Elliott ",