Skip to content

Commit

Permalink
update 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MushStory committed Dec 28, 2022
1 parent 5e66673 commit 19683fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config.packageName = packageJson.name;
config.packageVersion = packageJson.version;
config.packageDescription = packageJson.description;
config.projectName = "Frontle";
config.projectReleaseTag = "v1.0.6";
config.projectReleaseTag = "v1.0.7";

config.path = {
// root
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontle/frontle-cli",
"version": "1.1.5",
"version": "1.1.6",
"description": "Frontle command line interface tool",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 19683fb

Please sign in to comment.