From 9a5d6df106c896f342e3fa3d61bcb06a653605eb Mon Sep 17 00:00:00 2001 From: Jeremy Hu Date: Sat, 8 Dec 2018 13:04:37 +0930 Subject: [PATCH] Add contributor #25 --- CONTRIBUTORS | 3 ++- dust3d.pro | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c8e91130..fa115beb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -19,4 +19,5 @@ Jimmy Gunawan mikeruddy Helspank Demorde -vanous \ No newline at end of file +vanous +justStand \ No newline at end of file diff --git a/dust3d.pro b/dust3d.pro index e22b2b93..eaa4a200 100644 --- a/dust3d.pro +++ b/dust3d.pro @@ -4,10 +4,10 @@ DEFINES += NDEBUG RESOURCES += resources.qrc isEmpty(HUMAN_VERSION) { - HUMAN_VERSION = "1.0.0-beta.11" + HUMAN_VERSION = "1.0.0-beta.12" } isEmpty(VERSION) { - VERSION = 1.0.0.11 + VERSION = 1.0.0.12 } REPOSITORY_URL = "https://github.com/huxingyi/dust3d"