Skip to content

Commit

Permalink
Merge pull request #13 from shun-iwasawa/1.0.1
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
shun-iwasawa committed May 8, 2019
2 parents 011b29b + 02e061b commit e1f4c59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,8 @@ install:
- mkdir build && cd build

script:
- cmake ../sources/ -DQTDIR=/usr/local/Cellar/qt/5.12.2/
- QTVERSION=`ls /usr/local/Cellar/qt`
- cmake ../sources/ -DQTDIR=/usr/local/Cellar/qt/$QTVERSION/
- make -j 2

matrix:
Expand Down
2 changes: 1 addition & 1 deletion sources/main.cpp
Expand Up @@ -17,7 +17,7 @@ using namespace PathUtils;
int main(int argc, char *argv[]) {
QApplication a(argc, argv);
a.setApplicationName("KumoWorks");
a.setApplicationVersion("1.0");
a.setApplicationVersion("1.0.1");

std::cout << "path = " << QDir::currentPath().toStdString() << std::endl;

Expand Down
2 changes: 1 addition & 1 deletion windows/setup.iss
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "KumoWorks"
#define MyAppVersion "1.0"
#define MyAppVersion "1.0.1"
#define MyAppPublisher "DWANGO Co., Ltd."
#define MyAppURL "https://opentoonz.github.io/"
#define MyAppExeName "KumoWorks.exe"
Expand Down

0 comments on commit e1f4c59

Please sign in to comment.