diff --git a/Sachesi.pro b/Sachesi.pro index 4e62168..61b8c3a 100644 --- a/Sachesi.pro +++ b/Sachesi.pro @@ -4,7 +4,7 @@ TARGET="Sachesi" win32: RC_ICONS += assets/sachesi-114.ico else:mac: ICON = assets/sachesi-114.icns else: ICON = assets/sachesi-114.png -VERSION = 1.8.2 +VERSION = 1.8.3 # Global specific CONFIG += c++11 diff --git a/src/main.cpp b/src/main.cpp index b0724f2..2241049 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -50,7 +50,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[]) app.setOrganizationName("Qtness"); app.setOrganizationDomain("qtness.com"); app.setApplicationName("Sachesi"); - app.setApplicationVersion("1.8.2"); + app.setApplicationVersion("1.8.3"); QNetworkProxyFactory::setUseSystemConfiguration(true); QQmlApplicationEngine engine;