Skip to content

Commit

Permalink
Merge pull request #60 from mondaycom/maorba/fix/bump_version_for_rel…
Browse files Browse the repository at this point in the history
…ease

fix: bump version for release
  • Loading branch information
maorb-dev authored May 7, 2024
2 parents a741a33 + 91e6899 commit 68252b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/minimal-package.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { name: '@mondaycom/apps-sdk', version: '3.0.6' };
export default { name: '@mondaycom/apps-sdk', version: '3.0.7' };
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondaycom/apps-sdk",
"version": "3.0.6",
"version": "3.0.7",
"description": "monday apps SDK for NodeJS",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 68252b3

Please sign in to comment.