diff --git a/.travis.yml b/.travis.yml index 59907d3..d9c532f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,5 +22,5 @@ script: - mkdir build - cd build - run-unittests ../tests/asyncfutureunittests/asyncfutureunittests.pro - - valgrind --show-leak-kinds=all --leak-check=full --track-origins=yes --error-exitcode=1 ./asyncfutureunittests + - valgrind --leak-check=full --track-origins=yes --error-exitcode=1 ./asyncfutureunittests diff --git a/qpm.json b/qpm.json index dc05ad2..612e519 100644 --- a/qpm.json +++ b/qpm.json @@ -10,7 +10,7 @@ "url": "git@github.com:benlau/asyncfuture.git" }, "version": { - "label": "0.0.1", + "label": "0.1.1", "revision": "", "fingerprint": "" }, @@ -19,4 +19,4 @@ "license": "APACHE_2_0", "pri_filename": "asyncfuture.pri", "webpage": "" -} \ No newline at end of file +}