Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrislucas committed May 22, 2024
1 parent ecea566 commit c1779cd
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.7",
"version": "6.1.0",
"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.7",
"version": "6.1.0",
"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.7"
return "6.1.0"
}
}

0 comments on commit c1779cd

Please sign in to comment.