Skip to content

Commit b7560b9

Browse files
bump up version
1 parent 0647ad0 commit b7560b9

File tree

5 files changed

+33
-38
lines changed

5 files changed

+33
-38
lines changed

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@single-file/single-file-cli",
3-
"version": "2.0.70",
3+
"version": "2.0.71",
44
"description": "SingleFile CLI",
55
"nodeModulesDir": "auto",
66
"exports": {
77
".": "./single-file-cli-api.js"
88
},
99
"imports": {
1010
"simple-cdp": "jsr:@simple-cdp/simple-cdp@^1.8.5",
11-
"path": "jsr:@std/path@^0.220.1"
11+
"path": "jsr:@std/path@^0.224.0"
1212
}
1313
}

deno.lock

Lines changed: 27 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "2.0.70";
1+
export const version = "2.0.71";

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "single-file-cli",
3-
"version": "2.0.70",
3+
"version": "2.0.71",
44
"description": "SingleFile CLI",
55
"author": "Gildas Lormeau",
66
"engines": {

0 commit comments

Comments
 (0)