From 29cb7fbca68c420b58029cf7f5e1219f58acc793 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Mon, 2 Jun 2014 22:21:10 -0400 Subject: [PATCH] Update version number. --- component.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 4e513a5..57bfa32 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,7 @@ "description": "Provide source code context when reporting errors.", "author": "Paul Young", "repo": "the-gss/error-reporter", - "version": "0.1.1", + "version": "0.1.2", "json": [ "component.json" ], diff --git a/package.json b/package.json index ef8e15e..812800d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "error-reporter", "description": "Provide source code context when reporting errors.", - "version": "0.1.1", + "version": "0.1.2", "repository": { "type": "git", "url": "git://github.com/the-gss/error-reporter.git"