From 0da932e01d84aaa7cb8f364c03dc3f260dcaf616 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Fri, 3 Nov 2017 03:11:23 +0530 Subject: [PATCH] v 0.1.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef6fb8c..9cf78c9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # up -> Current version: `up v.0.1.0 (Pre-Alpha)` +> Current version: `up v.0.1.1 (Pre-Alpha)` > Notes: `up` has landed in pre-alpha! 🎉 Changelog will be added from `up v.0.2.0` [(Alpha/MVP)](Roadmap.md)\ > ⚠️ ❌ `up` is still not ready for use yet! Do not attempt to use this in development or production until alpha! diff --git a/package.json b/package.json index 3ace7dd..9e4b8e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "up-serve", - "version": "0.1.0.171103", + "version": "0.1.0", "description": "A cli tool to quickly create and manage nginx server blocks.", "main": "index.js", "scripts": {