Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Dec 15, 2024
1 parent b8df8f2 commit ecf5eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/.kubernetes/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: addict
image: makingsenseinfo/addict:0.5.3
image: makingsenseinfo/addict:0.5.4
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "addict",
"version": "0.5.3",
"version": "0.5.4",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down

0 comments on commit ecf5eaa

Please sign in to comment.