Skip to content

Commit

Permalink
feat: upgrade to FlowFuse 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Mar 20, 2024
1 parent 4d1a24a commit 08c9fa9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flowforge-container/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@flowfuse/flowfuse-k8s",
"version": "2.2.0",
"version": "2.2.1",
"description": "FlowFuse in Docker",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowfuse/flowfuse": "^2.2.0",
"@flowfuse/flowfuse": "^2.2.1",
"@flowfuse/driver-kubernetes": "^2.2.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4"
Expand Down
2 changes: 1 addition & 1 deletion helm/flowforge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
maintainers:
- name: "FlowForge Inc"
url: "https://flowfuse.com"
appVersion: "2.2.0"
appVersion: "2.2.1"
2 changes: 1 addition & 1 deletion node-red-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "2.2.0",
"version": "2.2.1",
"private": true,
"dependencies": {}
}

0 comments on commit 08c9fa9

Please sign in to comment.