Skip to content

Commit

Permalink
Merge pull request #234 from DevinoSolutions/update-package
Browse files Browse the repository at this point in the history
Update package.json and version.ts files
  • Loading branch information
MohamedBechirMejri authored Mar 6, 2024
2 parents c622a0a + 42322d6 commit 9f8b099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bassem97/upup",
"author": "Bassem Jadoui",
"license": "MIT",
"version": "2.4.0",
"version": "2.3.6",
"readme": "README.md",
"main": "dist/index.js",
"module": "dist/upup.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = "2.3.4";
export const LIB_VERSION = "2.3.6";

0 comments on commit 9f8b099

Please sign in to comment.