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"); }); }