diff --git a/client/package.json b/client/package.json index b4ed8f3..356b4e5 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "pod-noms.web", - "version": "0.12.0", + "version": "0.13.0", "license": "MIT", "scripts": { "ng": "ng", diff --git a/server/appsettings.json b/server/appsettings.json index 185eb4d..aba23b2 100644 --- a/server/appsettings.json +++ b/server/appsettings.json @@ -7,6 +7,9 @@ "Microsoft": "Information" } }, + "App": { + "Version": "0.13.0" + }, "ConnectionStrings": { "DefaultConnection": "server=localhost;database=PodNoms;user id=sa;password=cTXu1nJLCpC/c" },