Skip to content

Commit cba8324

Browse files
committed
v0.1.19
1 parent 5215a97 commit cba8324

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ title: keys.pub - Cryptographic key management, sigchains, user identities, sign
66

77
## Install
88

9-
[Download for macOS](https://github.com/keys-pub/app/releases/download/v0.1.18/Keys-0.1.18.dmg)
9+
[Download for macOS](https://github.com/keys-pub/app/releases/download/v0.1.19/Keys-0.1.19.dmg)
1010

11-
[Download for Windows](https://github.com/keys-pub/app/releases/download/v0.1.18/Keys-0.1.18.msi)
11+
[Download for Windows](https://github.com/keys-pub/app/releases/download/v0.1.19/Keys-0.1.19.msi)
1212

13-
[Download for Linux](https://github.com/keys-pub/app/releases/download/v0.1.18/Keys-0.1.18.AppImage)
13+
[Download for Linux](https://github.com/keys-pub/app/releases/download/v0.1.19/Keys-0.1.19.AppImage)
1414

1515
Or the [command line only](/docs/cli/install.md).
1616

docs/desktop/install.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Install
22

3-
[Download for macOS (0.1.18)](https://github.com/keys-pub/app/releases/download/v0.1.18/Keys-0.1.18.dmg)
3+
[Download for macOS (0.1.19)](https://github.com/keys-pub/app/releases/download/v0.1.19/Keys-0.1.19.dmg)
44

5-
[Download for Windows (0.1.18)](https://github.com/keys-pub/app/releases/download/v0.1.18/Keys-0.1.18.msi)
5+
[Download for Windows (0.1.19)](https://github.com/keys-pub/app/releases/download/v0.1.19/Keys-0.1.19.msi)
66

7-
[Download for Linux (0.1.18)](https://github.com/keys-pub/app/releases/download/v0.1.18/Keys-0.1.18.AppImage)
7+
[Download for Linux (0.1.19)](https://github.com/keys-pub/app/releases/download/v0.1.19/Keys-0.1.19.AppImage)
88

99
Or the [command line only](/docs/cli/install.md).
1010

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"dependencies": {
2+
"name": "keys.pub",
3+
"license": "MIT",
4+
"devDependencies": {
35
"markdown-it-footnote": "^3.0.2",
46
"vuepress": "^1.5.4"
57
}

0 commit comments

Comments
 (0)