From e5fd65b64e16e74bb86635bf85b9674df536c3b8 Mon Sep 17 00:00:00 2001 From: Muhammed Tareq Aziz Date: Mon, 2 May 2016 11:37:48 +0600 Subject: [PATCH] version number v0.1.0 added on welcome message --- PussyCat | 2 +- ShadowCat | 2 +- TaskCat/TaskCat/App/Startup.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PussyCat b/PussyCat index c777d65..3ad309b 160000 --- a/PussyCat +++ b/PussyCat @@ -1 +1 @@ -Subproject commit c777d65ffbcd8ec2f72f3fe89d57e2dc5ea9fba3 +Subproject commit 3ad309b7958e8987ea8ccdedbd8d4a307a8892e8 diff --git a/ShadowCat b/ShadowCat index aeb774d..209fb39 160000 --- a/ShadowCat +++ b/ShadowCat @@ -1 +1 @@ -Subproject commit aeb774decfbcd355ef108fbc10d2b394735de0d6 +Subproject commit 209fb392fc00785a796bce1cdbfde3afaad1e98b diff --git a/TaskCat/TaskCat/App/Startup.cs b/TaskCat/TaskCat/App/Startup.cs index bf6ccfc..1010359 100644 --- a/TaskCat/TaskCat/App/Startup.cs +++ b/TaskCat/TaskCat/App/Startup.cs @@ -68,7 +68,7 @@ public void Configuration(IAppBuilder app) app.Run(context => { context.Response.ContentType = "text/plain"; - return context.Response.WriteAsync("Welcome to TaskCat, proudly baked by NerdCats"); + return context.Response.WriteAsync("Welcome to TaskCat v0.1.0, proudly baked by NerdCats"); }); }