From 18c02346b126d6c9f6a5b74fbeeb0b897682faaf Mon Sep 17 00:00:00 2001 From: Theo Willows Date: Wed, 2 Dec 2015 21:58:55 +0100 Subject: [PATCH] Prepare 0.0.1 release --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8ba5c4d..a0ab948 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,10 @@ "atom": ">0.50.0" }, "homepage": "https://github.com/Munkei/atom-texter", - "keywords": ["text", "text-manipulation"], + "keywords": [ + "text", + "text-manipulation" + ], "license": "MIT", "main": "./lib/texter.js", "name": "texter", @@ -18,5 +21,5 @@ "type": "git", "url": "https://github.com/Munkei/atom-texter" }, - "version": "0.0.0" + "version": "0.0.1" }