We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b25bd commit 05d632fCopy full SHA for 05d632f
build.json
@@ -1,6 +1,6 @@
1
{
2
"name": "promptr",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"main": "index.js",
5
"bin": "index.js",
6
"dependencies": {
package.json
"name": "@ifnotnowwhen/promptr",
"main": "main.js",
"type": "module",
"license": "MIT",
src/main.js
@@ -63,6 +63,6 @@ export default class Main {
63
}
64
65
static async getVersion() {
66
- return "3.0.1"
+ return "3.0.2"
67
68
0 commit comments