Skip to content

Commit

Permalink
Merge pull request #893 from activepieces/release/0.3.8
Browse files Browse the repository at this point in the history
Release/0.3.8
  • Loading branch information
abuaboud committed Mar 26, 2023
2 parents 8309a21 + 8f3bd0f commit 5511653
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
linux/arm/v7
push: true
tags: |
activepieces/activepieces:${{ env.RELEASE }}.2-beta
activepieces/activepieces:${{ env.RELEASE }}.4-beta
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: activepieces/activepieces:0.3.7
image: activepieces/activepieces:0.3.8
container_name: activepieces
restart: unless-stopped
privileged: true
Expand Down
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.3.7",
"version": "0.3.8",
"scripts": {
"prepare": "husky install"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class migrateSchedule1679014156667 implements MigrationInterface {
},
triggerName: "cron_expression",
pieceName: "schedule",
pieceVersion: "0.0.1",
pieceVersion: "0.0.2",
}
count++;
await flowVersionRepo.update(flowVersion.id, flowVersion);
Expand Down

0 comments on commit 5511653

Please sign in to comment.