Bump version to 0.5.0

This commit is contained in:
Simon Brunel 2019-03-31 22:14:45 +02:00
parent e3f0f054af
commit 67837827b1
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
## Exceptions
* [`QPromiseCanceledException`](exceptions/canceled.md)
* [`QPromiseContextException`](exceptions/context.md)
* [`QPromiseTimeoutException`](exceptions/timeout.md)
* [`QPromiseUndefinedException`](exceptions/undefined.md)

View File

@ -10,7 +10,7 @@
"url": "https://github.com/simonbrunel/qtpromise.git"
},
"version": {
"label": "0.4.0"
"label": "0.5.0"
},
"license": "MIT",
"pri_filename": "qtpromise.pri",