From 6fc2101212b7cd52ba49f102ff72d86744e18578 Mon Sep 17 00:00:00 2001 From: Jeremy Hu Date: Sun, 15 Dec 2019 14:53:08 +0930 Subject: [PATCH] Update download link --- docs/install.rst | 10 +++++----- dust3d.pro | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index f6593709..2e544b43 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -3,13 +3,13 @@ Download and Install Dust3D * For Windows: - https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.27/dust3d-1.0.0-beta.27-x86.zip + https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.28/dust3d-1.0.0-beta.28-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.27/dust3d-1.0.0-beta.27.dmg + https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.28/dust3d-1.0.0-beta.28.dmg If "The following disk images could't be opened" popped up, that means the downloaded file was broken, please retry. @@ -24,12 +24,12 @@ Download and Install Dust3D * For Linux: - https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.27/dust3d-1.0.0-beta.27-x86_64.AppImage + https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.28/dust3d-1.0.0-beta.28-x86_64.AppImage .. code-block:: none - $ chmod a+x ./dust3d-1.0.0-beta.27-x86_64.AppImage - $ ./dust3d-1.0.0-beta.27-x86_64.AppImage + $ chmod a+x ./dust3d-1.0.0-beta.28-x86_64.AppImage + $ ./dust3d-1.0.0-beta.28-x86_64.AppImage * Build on Your Own: diff --git a/dust3d.pro b/dust3d.pro index d4c11df0..f6d53077 100644 --- a/dust3d.pro +++ b/dust3d.pro @@ -57,10 +57,10 @@ macx { } isEmpty(HUMAN_VERSION) { - HUMAN_VERSION = "1.0.0-beta.28" + HUMAN_VERSION = "1.0.0-beta.29" } isEmpty(VERSION) { - VERSION = 1.0.0.28 + VERSION = 1.0.0.29 } HOMEPAGE_URL = "https://dust3d.org/"