Skip to content

Commit

Permalink
chore: bump version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulTheActivePiecer committed Mar 12, 2024
1 parent e014e9b commit 31c5aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/embedding/configuration/initialize-embed.mdx
Expand Up @@ -19,7 +19,7 @@ The following scripts shouldn't contain async or defer attributes.
</Tip>

```html
<script src="https://cdn.activepieces.com/sdk/embed/0.2.0.js">
<script src="https://cdn.activepieces.com/sdk/embed/0.2.1.js">
</script>
<script>
activepieces.configure(
Expand Down
2 changes: 1 addition & 1 deletion packages/ee/embed-sdk/src/index.ts
Expand Up @@ -306,7 +306,7 @@ class ActivepiecesEmbedded {
private _removeTrailingSlashes(str: string) {
return str.endsWith('/') ? str.slice(0, -1) : str;
}

/**Adds a grace period before executing the method depending on the condition */
private _addGracePeriodBeforeMethod(
{ method,
condition,
Expand Down

0 comments on commit 31c5aad

Please sign in to comment.