Skip to content

Commit 8c5b2ae

Browse files
committed
push 0.7.0
1 parent cfe84d9 commit 8c5b2ae

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Microsoft Visual C++ Redistributable for Visual Studio 2017 [x64](https://aka.ms
3333

3434
### Installing
3535

36-
To install Simple DNSCrypt use the latest (stable) MSI packages: [x86](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.9/SimpleDNSCrypt.msi) or [x64](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.9/SimpleDNSCrypt64.msi).
36+
To install Simple DNSCrypt use the latest (stable) MSI packages: [x86](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.0/SimpleDNSCrypt.msi) or [x64](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.0/SimpleDNSCrypt64.msi).
3737

3838
#### Alternative
3939

@@ -45,7 +45,7 @@ The MSI package and the SimpleDnsCrypt.exe are signed via a *COMODO RSA Code Sig
4545
The files are signed under the name: *Christian Hermann*
4646

4747
You also can verify the MSI packages with [minisign](https://jedisct1.github.io/minisign/).
48-
The minisign signatures [x86](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.9/SimpleDNSCrypt.msi.minisig) and [x64](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.9/SimpleDNSCrypt64.msi.minisig) can be verified with the following command:
48+
The minisign signatures [x86](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.0/SimpleDNSCrypt.msi.minisig) and [x64](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.0/SimpleDNSCrypt64.msi.minisig) can be verified with the following command:
4949

5050
minisign -Vm SimpleDNSCrypt.msi -P RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
5151
minisign -Vm SimpleDNSCrypt64.msi -P RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV

update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
update:
2-
version: 0.6.9
2+
version: 0.7.0
33
type: 2
4-
release: 2019-11-16
4+
release: 2019-11-17
55
publickey: RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
66
installer:
7-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.9/SimpleDNSCrypt.msi
7+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.0/SimpleDNSCrypt.msi
88
name: SimpleDNSCrypt.msi
99
signature:
10-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.9/SimpleDNSCrypt.msi.minisig
10+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.0/SimpleDNSCrypt.msi.minisig
1111

update64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
update:
2-
version: 0.6.9
2+
version: 0.7.0
33
type: 2
4-
release: 2018-11-16
4+
release: 2019-11-17
55
publickey: RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
66
installer:
7-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.9/SimpleDNSCrypt64.msi
7+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.0/SimpleDNSCrypt64.msi
88
name: SimpleDNSCrypt64.msi
99
signature:
10-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.9/SimpleDNSCrypt64.msi.minisig
10+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.0/SimpleDNSCrypt64.msi.minisig
1111

0 commit comments

Comments
 (0)