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"