Skip to content

Commit

Permalink
fix: Bump for 2.0.1 release (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jan 23, 2024
2 parents cfd25ce + 492bad8 commit 6c02d85
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 2.0.0: Release

- Bump included versions @hardillb

#### 2.0.0: Release

- refactor: rename containers (#272) @hardillb
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1
6 changes: 3 additions & 3 deletions flowforge-container/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@flowfuse/flowfuse-k8s",
"version": "2.0.0",
"version": "2.0.1",
"description": "FlowFuse in Docker",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowfuse/flowfuse": "^2.0.0",
"@flowfuse/driver-kubernetes": "^2.0.0",
"@flowfuse/flowfuse": "^2.0.1",
"@flowfuse/driver-kubernetes": "^2.0.1",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4"
},
Expand Down
4 changes: 2 additions & 2 deletions helm/flowforge/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v2"
name: "flowforge"
version: "2.0.0"
version: "2.0.1"
description: "FlowForge"
type: "application"
home: "https://flowforge.com"
Expand All @@ -16,4 +16,4 @@ dependencies:
maintainers:
- name: "FlowForge Inc"
url: "https://flowforge.com"
appVersion: "2.0.0"
appVersion: "2.0.1"

0 comments on commit 6c02d85

Please sign in to comment.