Skip to content

Commit

Permalink
feat: version change
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit committed Dec 11, 2024
1 parent 2bae53f commit c5ec10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composio-core",
"version": "0.4.2-beta",
"version": "0.4.3-beta",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion js/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ACTIONS = {
// actions list end here
};

const COMPOSIO_VERSION = `0.4.2-beta`;
const COMPOSIO_VERSION = `0.4.3-beta`;

module.exports = {
APPS,
Expand Down

0 comments on commit c5ec10d

Please sign in to comment.