Skip to content

Commit 80de25c

Browse files
committed
version bump
1 parent c04f02b commit 80de25c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/bundled.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197036,7 +197036,7 @@ console.error = function(errorString) {
197036197036
}
197037197037
};
197038197038
initConfig();
197039-
program.name("solid").description("Utility toolings for interacting with a Solid server.").version("0.6.4").enablePositionalOptions().option("-a, --auth <string>", 'token | interactive | request | none - Authentication type (defaults to "request")').option("--port", "Specify port to be used when redirecting in Solid authentication flow. Defaults to 3435.");
197039+
program.name("solid").description("Utility toolings for interacting with a Solid server.").version("0.6.5").enablePositionalOptions().option("-a, --auth <string>", 'token | interactive | request | none - Authentication type (defaults to "request")').option("--port", "Specify port to be used when redirecting in Solid authentication flow. Defaults to 3435.");
197040197040
program = new c.FetchCommand(void 0, true).addCommand(program);
197041197041
program = new c.ListCommand(void 0, true).addCommand(program);
197042197042
program = new c.TreeCommand(void 0, true).addCommand(program);

bin/solid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ initConfig();
1919
program
2020
.name('solid')
2121
.description('Utility toolings for interacting with a Solid server.')
22-
.version('0.6.4')
22+
.version('0.6.5')
2323
.enablePositionalOptions()
2424
.option('-a, --auth <string>', 'token | interactive | request | none - Authentication type (defaults to "request")')
2525
// .option('-i, --idp <string>', 'URL of the Solid Identity Provider')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-bashlib",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)