Skip to content

Commit 05d632f

Browse files
committed
Bump version
1 parent 02b25bd commit 05d632f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promptr",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"main": "index.js",
55
"bin": "index.js",
66
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ifnotnowwhen/promptr",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"main": "main.js",
55
"type": "module",
66
"license": "MIT",

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ export default class Main {
6363
}
6464

6565
static async getVersion() {
66-
return "3.0.1"
66+
return "3.0.2"
6767
}
6868
}

0 commit comments

Comments
 (0)