From 2c8b32978a3c78955582b9547fcc572feb6c916c Mon Sep 17 00:00:00 2001 From: Jeremy Hu Date: Sun, 2 Dec 2018 08:30:32 +0930 Subject: [PATCH] Add contributors --- CONTRIBUTORS | 6 +++++- dust3d.pro | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 69598ceb..92ccc45d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -11,4 +11,8 @@ glasyalabolas David Patrick AbraĆ£o Filho probonopd -John Tsiombikas \ No newline at end of file +John Tsiombikas +Jared Deckard +Brandon Vandegrift +iKlsR +Jimmy Gunawan \ No newline at end of file diff --git a/dust3d.pro b/dust3d.pro index 6d54645e..708a3dc7 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.5" + HUMAN_VERSION = "1.0.0-beta.6" } isEmpty(VERSION) { - VERSION = 1.0.0.5 + VERSION = 1.0.0.6 } REPOSITORY_URL = "https://github.com/huxingyi/dust3d"