Update change log and bump version number.

This commit is contained in:
Sönke Ludwig 2017-07-16 22:29:45 +02:00
parent 6aa2775381
commit e3492bab06
2 changed files with 9 additions and 1 deletions

View file

@ -942,7 +942,7 @@ void setTaskCreationCallback(TaskCreationCallback func)
/**
A version string representing the current vibe version
*/
enum vibeVersionString = "1.0.0";
enum vibeVersionString = "1.1.0";
/**