Skip to content

Commit

Permalink
bump version to 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gozarman committed Mar 1, 2024
1 parent ccbe12d commit b2ad111
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from config import DOCS, XRAY_SUBSCRIPTION_PATH

__version__ = "0.4.8"
__version__ = "0.4.9"


app = FastAPI(
Expand Down
4 changes: 2 additions & 2 deletions app/dashboard/build/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<meta name="msapplication-TileColor" content="#2b5797" />
<meta name="msapplication-config" content="/favicon/browserconfig.xml" />
<meta name="theme-color" content="#3B81F6" />
<script type="module" crossorigin src="/dashboard/assets/index.6107a319.js"></script>
<link rel="modulepreload" crossorigin href="/dashboard/assets/vendor.d3666332.js">
<script type="module" crossorigin src="/dashboard/assets/index.2e9c394e.js"></script>
<link rel="modulepreload" crossorigin href="/dashboard/assets/vendor.764109dc.js">
<link rel="stylesheet" href="/dashboard/assets/index.59de2328.css">
</head>
<body>
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/dashboard/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<meta name="msapplication-TileColor" content="#2b5797" />
<meta name="msapplication-config" content="/favicon/browserconfig.xml" />
<meta name="theme-color" content="#3B81F6" />
<script type="module" crossorigin src="/dashboard/assets/index.6107a319.js"></script>
<link rel="modulepreload" crossorigin href="/dashboard/assets/vendor.d3666332.js">
<script type="module" crossorigin src="/dashboard/assets/index.2e9c394e.js"></script>
<link rel="modulepreload" crossorigin href="/dashboard/assets/vendor.764109dc.js">
<link rel="stylesheet" href="/dashboard/assets/index.59de2328.css">
</head>
<body>
Expand Down

1 comment on commit b2ad111

@MOHAMAD1625
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

b

Please sign in to comment.