diff --git a/IdentityServer.Api/appsettings.json b/IdentityServer.Api/appsettings.json index c2e70b2..4c5739b 100644 --- a/IdentityServer.Api/appsettings.json +++ b/IdentityServer.Api/appsettings.json @@ -1,8 +1,8 @@ { "urls": "http://*:5063", "ConnectionStrings": { - //"DatabaseConnection": "***REMOVED***" "DatabaseConnection": "***REMOVED***" + //"DatabaseConnection": "***REMOVED***" }, "Logging": { "LogLevel": { diff --git a/build-amd64.sh b/build-amd64.sh index a3d40b4..9582b02 100644 --- a/build-amd64.sh +++ b/build-amd64.sh @@ -2,7 +2,7 @@ # chmod u+x build-amd64.sh echo "Welcome!" -version="1.1.3" +version="1.1.3-alpha1" localRegistryPass="***REMOVED***" echo "Create docker image with version $version." diff --git a/dependencies.props b/dependencies.props index 87669a9..a4b7e19 100644 --- a/dependencies.props +++ b/dependencies.props @@ -12,6 +12,6 @@ 5.0.12 1.0.2 1.0.0 - 1.1.0 + 1.1.1 \ No newline at end of file