Skip to content

Commit acf6aa1

Browse files
chore: release v1.4.50 [skip ci]
1 parent 4ba584b commit acf6aa1

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Release 1.4.50
2+
3+
4+
15
# Release 1.4.49
26

37

backend/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
5757
Source Code: [GitHub Repository](https://github.com/morzan1001/Dependency-Control)
5858
""",
59-
version="1.4.49",
59+
version="1.4.50",
6060
license_info={
6161
"name": "MIT License",
6262
"url": "https://github.com/morzan1001/Dependency-Control/blob/main/LICENSE",

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dependency-checks"
3-
version = "1.4.49"
3+
version = "1.4.50"
44
description = "Backend for Dependency Control System"
55
authors = ["Matthias Duve <morzan1001@gmail.com>"]
66
license = "MIT"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dependency-control-frontend",
33
"private": true,
4-
"version": "1.4.49",
4+
"version": "1.4.50",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

helm/dependency-control/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: dependency-control
33
description: A Helm chart for Dependency Control with HA MongoDB, DragonflyDB Cache, and Traefik
44
type: application
5-
version: 1.4.49
6-
appVersion: "1.4.49"
5+
version: 1.4.50
6+
appVersion: "1.4.50"
77
icon: file://logo.png
88
annotations:
99
artifacthub.io/license: MIT

0 commit comments

Comments
 (0)