Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
3dproger committed Mar 17, 2020
1 parent df40876 commit a8f10b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/unix/linuxdeployqt/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# SOFTWARE.

#Версия программы
export VERSION="1.1.1"
export VERSION="1.1.2"

#Указываем архитектуру
export ARCH="x86_64"
Expand Down
2 changes: 1 addition & 1 deletion deploy/unix/linuxdeployqt/procdepmonitor.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<url type="contact">mailto:collymaccy@gmail.com</url>

​ <releases>
​ <release version="1.1.1" date="2020-01-05">
​ <release version="1.1.2" date="2020-03-17">
​ <description>
​ <p>Bug fix</p>
​ </description>
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ int main(int argc, char *argv[])
QApplication::setApplicationName("Process Dependency Monitor");
QApplication::setOrganizationName("Alexander Kirsanov");
QApplication::setOrganizationDomain("https://github.com/3dproger");
QApplication::setApplicationVersion("1.2.0");
QApplication::setApplicationVersion("1.1.2");

MainWindow w;
w.show();
Expand Down

0 comments on commit a8f10b1

Please sign in to comment.