Skip to content

Commit

Permalink
feat: release 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud committed Feb 22, 2024
1 parent b4d2060 commit 98eb7b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.0'
services:
activepieces:
image: ghcr.io/activepieces/activepieces:0.20.2
image: ghcr.io/activepieces/activepieces:0.20.3
container_name: activepieces
restart: unless-stopped
## Enable the following line if you already use AP_EXECUTION_MODE with SANDBOXED or old activepieces, checking the breaking change documentation for more info.
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": "activepieces",
"version": "0.20.2",
"version": "0.20.3",
"rcVersion": "0.21.0-rc.0",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 98eb7b8

Please sign in to comment.