Skip to content

Commit

Permalink
version 1.4.1 update UI for custom 5-shield html
Browse files Browse the repository at this point in the history
  • Loading branch information
janusec2 committed Jul 12, 2023
1 parent c169845 commit caa4a4b
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
// IsPrimary i.e. Is Primary Node
IsPrimary bool
// Version of JANUSEC
Version = "1.4.0"
Version = "1.4.1"
)

// InitConfig init Data Access Layer
Expand Down
2 changes: 1 addition & 1 deletion release_batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ printf "Creating installation package\n"
printf "Checklist:\n"
printf "* Angular Admin Version Check. \n"
printf "* Janusec Version Check. \n"
version="1.4.0"
version="1.4.1"
printf "Version: ${version} \n"

read -r -p "Are You Sure? [Y/n] " option
Expand Down
2 changes: 1 addition & 1 deletion static/janusec-admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

<body>
<app-root></app-root>
<script src="/janusec-admin/runtime-es2015.871528d607deca2f7955.js" type="module"></script><script src="/janusec-admin/runtime-es5.871528d607deca2f7955.js" nomodule defer></script><script src="/janusec-admin/polyfills-es5.9eae68ed709714788c31.js" nomodule defer></script><script src="/janusec-admin/polyfills-es2015.1e29effa56bec4fa8b35.js" type="module"></script><script src="/janusec-admin/main-es2015.098172721d6d09a63b25.js" type="module"></script><script src="/janusec-admin/main-es5.098172721d6d09a63b25.js" nomodule defer></script></body>
<script src="/janusec-admin/runtime-es2015.871528d607deca2f7955.js" type="module"></script><script src="/janusec-admin/runtime-es5.871528d607deca2f7955.js" nomodule defer></script><script src="/janusec-admin/polyfills-es5.a6f32ca028f84d9bc10b.js" nomodule defer></script><script src="/janusec-admin/polyfills-es2015.81399a8d584c75814007.js" type="module"></script><script src="/janusec-admin/main-es2015.0c666de6e5ba0fed0aad.js" type="module"></script><script src="/janusec-admin/main-es5.0c666de6e5ba0fed0aad.js" nomodule defer></script></body>

</html>

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/janusec-admin/main-es5.098172721d6d09a63b25.js

This file was deleted.

1 change: 1 addition & 0 deletions static/janusec-admin/main-es5.0c666de6e5ba0fed0aad.js

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit caa4a4b

Please sign in to comment.