From b0fd8e5d07bbaa085da610599f1c89e658d15c73 Mon Sep 17 00:00:00 2001 From: matthewsmith Date: Fri, 27 Nov 2015 16:03:13 -0500 Subject: [PATCH] Prepare 0.1.0 release --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index e320d95..c3623b2 --- a/package.json +++ b/package.json @@ -1,18 +1,18 @@ { "name": "glowing-cursor", "main": "./lib/config", - "version": "0.0.0", + "version": "0.1.0", "keywords": [ - "ui", - "cursor", - "neon", - "glowing", - "steam", - "pirate", - "pulse", - "phase", - "colorful", - "color" + "ui", + "cursor", + "neon", + "glowing", + "steam", + "pirate", + "pulse", + "phase", + "colorful", + "color" ], "description": "A glowing cursor based on muchWeb's neon cursor", "repository": "https://github.com/Matthew-Smith/atom-glowing-cursor",