bookmarks-but-better 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -98,7 +98,7 @@ curl -fsSL https://github.com/farhadeidi/bookmarks-but-better/releases/latest/do
|
|
|
98
98
|
& ([scriptblock]::Create((irm https://github.com/farhadeidi/bookmarks-but-better/releases/latest/download/install.ps1))) -Vault "$env:USERPROFILE\Bookmarks"
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
See [
|
|
101
|
+
See the [daemon documentation](https://bookmarks.but-better.dev/docs/daemon/install/).
|
|
102
102
|
|
|
103
103
|
## License
|
|
104
104
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bookmarks-but-better",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"daemon": {
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.4.0"
|
|
6
6
|
},
|
|
7
7
|
"description": "Installs and looks after the Bookmarks But Better daemon: status, install, uninstall, and the vaults it serves.",
|
|
8
8
|
"keywords": [
|