Skip to content

Commit f49a8c5

Browse files
committed
version bump
1 parent b50c8f1 commit f49a8c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/solid.js

+1-1
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.2.1')
22+
.version('0.6.2')
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-bashlib",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)