Skip to content

Commit

Permalink
release: v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Sep 21, 2022
1 parent 5ae1b0c commit db69574
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GZCTF/CTFServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>0.11.5</AssemblyVersion>
<AssemblyVersion>0.11.6</AssemblyVersion>
<Description>GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)</Description>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
2 changes: 1 addition & 1 deletion GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
"version": "0.11.5",
"version": "0.11.6",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion GZCTF/ClientApp/src/pages/Teams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const Teams: FC = () => {
<WithNavBar minWidth={0}>
<WithRole requiredRole={Role.User}>
<Stack>
<Group position={isMobile ? "center" : "apart"} grow={isMobile}>
<Group position={isMobile ? 'center' : 'apart'} grow={isMobile}>
{isMobile ? (
btns
) : (
Expand Down

0 comments on commit db69574

Please sign in to comment.