From 12508be02fee7e4a4f689860d27d8c2cc4ff95bf Mon Sep 17 00:00:00 2001 From: Jeremy Hu Date: Sun, 2 Dec 2018 09:28:52 +0930 Subject: [PATCH] Change download link to 1.0.0-beta.6 --- CONTRIBUTORS | 3 ++- docs/install.rst | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 92ccc45d..85d7caf5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -15,4 +15,5 @@ John Tsiombikas Jared Deckard Brandon Vandegrift iKlsR -Jimmy Gunawan \ No newline at end of file +Jimmy Gunawan +mikeruddy \ No newline at end of file diff --git a/docs/install.rst b/docs/install.rst index c1c6e2c2..fdcf6d7c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -3,22 +3,22 @@ Download and Install Dust3D * For Windows: - https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.4/dust3d-1.0.0-beta.4-x86.zip + https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.6/dust3d-1.0.0-beta.6-x86.zip No need to install, unzip and run the exe. * For Mac OS X: - https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.4/dust3d-1.0.0-beta.4.dmg + https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.6/dust3d-1.0.0-beta.6.dmg * For Linux: - https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.4/dust3d-1.0.0-beta.4-x86_64.AppImage + https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.6/dust3d-1.0.0-beta.6-x86_64.AppImage .. code-block:: none - $ chmod a+x ./dust3d-1.0.0-beta.4-x86_64.AppImage - $ ./dust3d-1.0.0-beta.4-x86_64.AppImage + $ chmod a+x ./dust3d-1.0.0-beta.6-x86_64.AppImage + $ ./dust3d-1.0.0-beta.6-x86_64.AppImage * Build on Your Own: