Skip to content

Commit

Permalink
ver 0.0.62
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Jan 7, 2025
1 parent 95c0bcd commit e77e5b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ By incorporating robust offline capabilities, CleanAspire empowers developers to
version: '3.8'
services:
apiservice:
image: blazordevlab/cleanaspire-api:0.0.61
image: blazordevlab/cleanaspire-api:0.0.62
environment:
- ASPNETCORE_ENVIRONMENT=Development
- AllowedHosts=*
Expand All @@ -110,7 +110,7 @@ services:


blazorweb:
image: blazordevlab/cleanaspire-webapp:0.0.61
image: blazordevlab/cleanaspire-webapp:0.0.62
environment:
- ASPNETCORE_ENVIRONMENT=Production
- AllowedHosts=*
Expand Down
2 changes: 1 addition & 1 deletion src/CleanAspire.ClientApp/wwwroot/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"ClientAppSettings": {
"AppName": "Blazor Aspire",
"Version": "v0.0.61",
"Version": "v0.0.62",
"ServiceBaseUrl": "https://apiservice.blazorserver.com"
}
}
2 changes: 1 addition & 1 deletion src/CleanAspire.WebApp/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"AllowedHosts": "*",
"ClientAppSettings": {
"AppName": "Blazor Aspire",
"Version": "v0.0.61",
"Version": "v0.0.62",
"ServiceBaseUrl": "https://apiservice.blazorserver.com"
}
}

0 comments on commit e77e5b8

Please sign in to comment.