Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Update qpm.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benlau committed Mar 20, 2017
1 parent 241dd78 commit f875bb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "[email protected]:benlau/asyncfuture.git"
},
"version": {
"label": "0.0.1",
"label": "0.1.1",
"revision": "",
"fingerprint": ""
},
Expand All @@ -19,4 +19,4 @@
"license": "APACHE_2_0",
"pri_filename": "asyncfuture.pri",
"webpage": ""
}
}

0 comments on commit f875bb6

Please sign in to comment.