Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrislucas committed Apr 20, 2023
1 parent f526d99 commit b1c260f
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": "3.0.4",
"version": "3.0.5",
"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": "3.0.4",
"version": "3.0.5",
"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 "3.0.4"
return "3.0.5"
}
}

0 comments on commit b1c260f

Please sign in to comment.