WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 960cc85

Browse files
committed
chore: bump version to 0.2.17
1 parent 09db01e commit 960cc85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: cased-cd
33
description: A modern UI for ArgoCD
44
type: application
5-
version: 0.2.13
6-
appVersion: "0.2.13"
5+
version: 0.2.17
6+
appVersion: "0.2.17"
77
keywords:
88
- argocd
99
- gitops

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cased-cd",
33
"private": true,
4-
"version": "0.2.13",
4+
"version": "0.2.17",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src/pages/help.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export function HelpPage() {
322322
</a>
323323
</div>
324324
<div className="text-right">
325-
<div className="text-lg font-semibold text-black dark:text-white font-mono">v0.2.13</div>
325+
<div className="text-lg font-semibold text-black dark:text-white font-mono">v0.2.17</div>
326326
<div className="text-[11px] text-neutral-500 mt-0.5">Latest</div>
327327
</div>
328328
</div>

0 commit comments

Comments
 (0)