Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jaypyles/dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypyles committed Dec 18, 2024
2 parents 6f1defc + d411ee2 commit a329432
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/dashboard/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: dashboard
version: 1.1.24
version: 1.1.25
2 changes: 1 addition & 1 deletion charts/dashboard/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app:
APP_VERSION: 1.1.24
APP_VERSION: 1.1.25
replicas: 1
revisionHistoryLimit: 1
metadata:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "1.1.24",
"version": "1.1.25",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.8.2",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Dashboard"
version = "1.1.24"
version = "1.1.25"
description = ""
authors = [{ name = "Jayden Pyles", email = "jpylesbuisness@gmail.com" }]
dependencies = [
Expand Down

0 comments on commit a329432

Please sign in to comment.