Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
special committed Jul 30, 2014
1 parent bb4b24c commit fd4ff34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ricochet.pro
Expand Up @@ -37,7 +37,7 @@ TARGET = ricochet
TEMPLATE = app
QT += core gui network quick widgets

VERSION = 1.0.2
VERSION = 1.0.3

# Pass DEFINES+=RICOCHET_NO_PORTABLE for a system-wide installation

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -56,7 +56,7 @@ static void initTranslation();
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setApplicationVersion(QLatin1String("1.0.2"));
a.setApplicationVersion(QLatin1String("1.0.3"));
a.setOrganizationName(QStringLiteral("Ricochet"));
initTranslation();

Expand Down

0 comments on commit fd4ff34

Please sign in to comment.