From 55f96b194bff9cbf4add6d99a691b0d6af404883 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Wed, 9 Dec 2015 01:02:28 +1100 Subject: [PATCH] Release v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f15acd0..6404f6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-options", - "version": "0.0.1", + "version": "1.0.0", "description": "JavaScript's answer to getopts. Simple, obvious, and direct.", "keywords": ["CLI", "getopt", "getopts", "options", "argv", "command-line", "configuration", "config"], "repository": "https://github.com/Alhadis/GetOptions",