Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrislucas committed May 12, 2023
1 parent 8e9722f commit 110db6e
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": "4.0.0",
"version": "4.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": "4.0.0",
"version": "4.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 "4.0.0"
return "4.0.1"
}
}

0 comments on commit 110db6e

Please sign in to comment.