Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ktianc committed Jul 26, 2023
1 parent abaa035 commit 196c76d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ const getIconName = computed(() =>
height: inherit;
background-color: transparent;
border-radius: inherit;
transition:
width 0.5s ease-in-out,
background 0.25s;
transition: width 0.5s ease-in-out;
&[data-score='0'] {
width: 20%;
Expand Down
2 changes: 1 addition & 1 deletion kinit-api/application/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""
系统版本
"""
VERSION = "1.10.0"
VERSION = "1.10.1"

"""安全警告: 不要在生产中打开调试运行!"""
DEBUG = True
Expand Down

0 comments on commit 196c76d

Please sign in to comment.