diff --git a/client/package.json b/client/package.json index b9cc52e..199949d 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "pod-noms.web", - "version": "0.14.0", + "version": "0.15.0", "license": "MIT", "scripts": { "ng": "ng", diff --git a/server/appsettings.json b/server/appsettings.json index 983c476..828e75b 100644 --- a/server/appsettings.json +++ b/server/appsettings.json @@ -8,7 +8,7 @@ } }, "App": { - "Version": "0.14.0" + "Version": "0.15.0" }, "ConnectionStrings": { "DefaultConnection": "server=localhost;database=PodNoms;user id=sa;password=cTXu1nJLCpC/c"