From 14481dd6a942734d87d54960cf8d6225fce79a0f Mon Sep 17 00:00:00 2001
From: Michael Kleehammer <michael@kleehammer.com>
Date: Tue, 3 Jun 2014 17:19:08 -0500
Subject: [PATCH] Prepare 1.5.0 release

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 7b3912f..52f3f2d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "goto",
   "main": "./lib/index",
-  "version": "1.4.0",
+  "version": "1.5.0",
   "description": "Provides Go To Symbol based on syntaxes",
   "author": "Michael Kleehammer <michael@kleehammer.com>",
   "activationEvents": {