Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrislucas committed Aug 19, 2023
1 parent f7b5baf commit bbd8300
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promptr",
"version": "6.0.0",
"version": "6.0.1",
"main": "index.js",
"bin": "index.js",
"dependencies": {
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": "@ifnotnowwhen/promptr",
"version": "6.0.0",
"version": "6.0.1",
"main": "Main.js",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ export default class Main {
}

static async getVersion() {
return "6.0.0"
return "6.0.1"
}
}

0 comments on commit bbd8300

Please sign in to comment.