From 9574ad8cddc1b124e72a6cb2f3087c575d16f983 Mon Sep 17 00:00:00 2001 From: Nick Lucas Date: Sat, 4 Feb 2017 12:36:39 +0000 Subject: [PATCH] Push to v1.0.1 --- src/EntryPoint/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EntryPoint/project.json b/src/EntryPoint/project.json index 6896a5d..b6822f2 100644 --- a/src/EntryPoint/project.json +++ b/src/EntryPoint/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.0.1", "title": "EntryPoint", "description": "Lightweight and Composable CLI Argument Parser for all modern .Net platforms", "authors": [ "Nick Lucas" ],