Skip to content

Commit

Permalink
prepare 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfoxg committed Nov 17, 2023
1 parent 8f85bb8 commit 9fd34c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
networks:
- intranet
admin_ui:
image: ghcr.io/dfoxg/kratos-admin-ui:2.0.0
image: ghcr.io/dfoxg/kratos-admin-ui:2.0.1
ports:
- '80:80'
restart: unless-stopped
Expand Down
4 changes: 2 additions & 2 deletions kratos-admin-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kratos-admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kratos-admin-ui",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down
2 changes: 1 addition & 1 deletion kratos-admin-ui/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function getKratosConfig() {
export async function getKratosAdminConfig() {
const configJSON = await loadConfig()
return {
version: "2.0.0",
version: "2.0.1",
supportedVersion: "v1.0.0",
kratosAdminURL: configJSON.kratosAdminURL,
kratosPublicURL: configJSON.kratosPublicURL,
Expand Down

0 comments on commit 9fd34c7

Please sign in to comment.