Skip to content

Commit

Permalink
Updated to version $PACKAGE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBomholtz committed May 15, 2024
1 parent 88ed85e commit 14a455c
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
@@ -1,7 +1,7 @@
{
"name": "wappsto-cli",
"description": "Command Line Interface for creating wapps in Wappsto",
"version": "2.5.1",
"version": "2.5.2",
"license": "Apache-2.0",
"main": "dist/wappsto-cli.cjs.production.min.js",
"module": "dist/wappsto-cli.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/util/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const VERSION = '2.5.1';
const VERSION = '2.5.2';
export { VERSION };

0 comments on commit 14a455c

Please sign in to comment.