diff --git a/docs/install.rst b/docs/install.rst index 1049a53a..454d38eb 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.29/dust3d-1.0.0-beta.29-x86.zip + https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.1/dust3d-1.0.0-rc.1.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.29/dust3d-1.0.0-beta.29.dmg + https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.1/dust3d-1.0.0-rc.1.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.29/dust3d-1.0.0-beta.29-x86_64.AppImage + https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.1/dust3d-1.0.0-rc.1.AppImage .. code-block:: none - $ chmod a+x ./dust3d-1.0.0-beta.29-x86_64.AppImage - $ ./dust3d-1.0.0-beta.29-x86_64.AppImage + $ chmod a+x ./dust3d-1.0.0-rc.1.AppImage + $ ./dust3d-1.0.0-rc.1.AppImage * Build on Your Own: diff --git a/dust3d.pro b/dust3d.pro index a9e29928..f7940356 100644 --- a/dust3d.pro +++ b/dust3d.pro @@ -66,10 +66,10 @@ macx { } isEmpty(HUMAN_VERSION) { - HUMAN_VERSION = "1.0.0-rc.1" + HUMAN_VERSION = "1.0.0-rc.2" } isEmpty(VERSION) { - VERSION = 1.0.0.31 + VERSION = 1.0.0.32 } HOMEPAGE_URL = "https://dust3d.org/"