From 5368d09d6cc02eb26c02f48c533e5242008a83f6 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Tue, 23 Apr 2019 20:49:29 +0300 Subject: [PATCH] v0.95 version bump --- Getting-Started.md | 18 +++++++++--------- Raspberry-Pi.md | 6 +++--- VPS.md | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index 1fb7ad8..0863c33 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -16,16 +16,16 @@ Download the archive with the binary file for your operating system from the [la We currently **officially** support the following operating systems: -* [Rapsberry Pi (32-bit ARM)](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_linux_arm.tar.gz) -* [MacOS](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_MacOS.zip) -* [Windows 64-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_Windows_amd64.zip) -* [Windows 32-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_Windows_386.zip) -* [Linux 64-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_linux_amd64.tar.gz) -* [Linux 32-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_linux_386.tar.gz) +* [Rapsberry Pi (32-bit ARM)](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_arm.tar.gz) +* [MacOS](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_MacOS.zip) +* [Windows 64-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_Windows_amd64.zip) +* [Windows 32-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_Windows_386.zip) +* [Linux 64-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_amd64.tar.gz) +* [Linux 32-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_386.tar.gz) -* [64-bit ARM](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_linux_arm64.tar.gz) -* [MIPS](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_linux_mips.tar.gz) -* [MIPSLE](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_linux_mipsle.tar.gz) +* [64-bit ARM](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_arm64.tar.gz) +* [MIPS](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_mips.tar.gz) +* [MIPSLE](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_mipsle.tar.gz) > AdGuard Home can work on other operating systems as well (for instance, it can work on devices with MIPS CPU), but we need your help with testing it. diff --git a/Raspberry-Pi.md b/Raspberry-Pi.md index 7582453..cd0af46 100644 --- a/Raspberry-Pi.md +++ b/Raspberry-Pi.md @@ -55,13 +55,13 @@ Once you're done and everything went successfully, you will be greeted by Raspbe Go to [AdGuard Home page](https://github.com/AdguardTeam/AdGuardHome#installation) and download binaries for Raspberry Pi. -At the time of writing this guide, the latest version is v0.94. +At the time of writing this guide, the latest version is v0.95. Let's download AdGuard Home and unpack it: ```bash cd $HOME -wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_linux_arm.tar.gz -tar xvf AdGuardHome_v0.94_linux_arm.tar.gz +wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_arm.tar.gz +tar xvf AdGuardHome_v0.95_linux_arm.tar.gz ``` It will unpack into a new directory called `AdGuardHome`. diff --git a/VPS.md b/VPS.md index ce3ccc2..b5ef20d 100644 --- a/VPS.md +++ b/VPS.md @@ -11,12 +11,12 @@ apt-get install sudo nano bind9-host Go to [AdGuard Home page](https://github.com/AdguardTeam/AdGuardHome#installation) and download binaries for your architecture (64-bit Linux in this example). -As of the time of writing, the latest version is v0.94. +As of the time of writing, the latest version is v0.95. To download AdGuard Home and unpack it execute following commands: ```bash -wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_linux_amd64.tar.gz -tar xvf AdGuardHome_v0.94_linux_amd64.tar.gz +wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_amd64.tar.gz +tar xvf AdGuardHome_v0.95_linux_amd64.tar.gz ``` You can find out the directory where you've unpacked it to by running these commands: