Skip to content

Commit

Permalink
Bump version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Scognamiglio committed Oct 27, 2017
1 parent eb00915 commit b9d0272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ int main(int argc, char *argv[])
}

if (args.contains("-v") || args.contains("--version")) {
qDebug() << "cool-retro-term 1.0";
qDebug() << "cool-retro-term 1.0.1";
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion app/qml/ApplicationSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import QtQuick.Controls 1.0
import "utils.js" as Utils

QtObject{
property string version: "1.0.0"
property string version: "1.0.1"

// STATIC CONSTANTS ////////////////////////////////////////////////////////

Expand Down

0 comments on commit b9d0272

Please sign in to comment.