From dce0cd5c0151e3e8cfc8849cee49e63a4f2108b5 Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Wed, 4 Jun 2014 20:54:46 +0300 Subject: [PATCH] 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eaf7210..e3be2a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gulp-angular-htmlify", "description": "Change your ng-attributes to data-ng-attributes for html5 validation", - "version": "0.1.0", + "version": "0.2.0", "engines": { "node": ">=0.10.0" },