diff --git a/appveyor.yml b/appveyor.yml index aa67efd00..580fc568f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -186,7 +186,7 @@ deploy: package: valentina-win_auto-upload publish: true override: true - version: 0.6.0 + version: 0.6.1 on: DEPLOY: true artifact: valentina-win-$(QT_VERSION)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT) diff --git a/dist/OBS_debian/debian.changelog b/dist/OBS_debian/debian.changelog index fe04d0930..83ece2715 100644 --- a/dist/OBS_debian/debian.changelog +++ b/dist/OBS_debian/debian.changelog @@ -1,5 +1,5 @@ -valentina (0.6.0) trusty; urgency=low +valentina (0.6.1) trusty; urgency=low * Auto build. - -- dismine Mon, 01 Oct 2018 12:27:00 +0300 + -- dismine Tue, 23 Oct 2018 12:27:00 +0300 diff --git a/dist/debian/changelog b/dist/debian/changelog index fe04d0930..83ece2715 100644 --- a/dist/debian/changelog +++ b/dist/debian/changelog @@ -1,5 +1,5 @@ -valentina (0.6.0) trusty; urgency=low +valentina (0.6.1) trusty; urgency=low * Auto build. - -- dismine Mon, 01 Oct 2018 12:27:00 +0300 + -- dismine Tue, 23 Oct 2018 12:27:00 +0300 diff --git a/dist/macx/tape/Info.plist b/dist/macx/tape/Info.plist index 979628bef..77432eb8f 100755 --- a/dist/macx/tape/Info.plist +++ b/dist/macx/tape/Info.plist @@ -19,9 +19,9 @@ CFBundleIdentifier io.bitbucket.valentinaproject.@EXECUTABLE@ CFBundleShortVersionString - 0.6.0 + 0.6.1 CFBundleVersion - 0.6.0.0 + 0.6.1.0 CFBundleInfoDictionaryVersion 6.0 CFBundleDocumentTypes diff --git a/dist/macx/valentina/Info.plist b/dist/macx/valentina/Info.plist index c57d38c06..6e6674abd 100755 --- a/dist/macx/valentina/Info.plist +++ b/dist/macx/valentina/Info.plist @@ -19,9 +19,9 @@ CFBundleIdentifier io.bitbucket.valentinaproject.@EXECUTABLE@ CFBundleShortVersionString - 0.6.0 + 0.6.1 CFBundleVersion - 0.6.0.0 + 0.6.1.0 CFBundleInfoDictionaryVersion 6.0 CFBundleDocumentTypes diff --git a/dist/rpm/_service b/dist/rpm/_service index cade6ee41..43578feae 100644 --- a/dist/rpm/_service +++ b/dist/rpm/_service @@ -1,7 +1,7 @@ https://github.com/dismine/Valentina_git.git - 0.6.0 + 0.6.1 valentina git %at diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index 51d649bbe..825865817 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -73,7 +73,7 @@ BuildRequires: libqt5-qtxmlpatterns-devel Requires: poppler-utils -Version: 0.6.0 +Version: 0.6.1 Release: 0 URL: https://bitbucket.org/dismine/valentina License: GPL-3.0+ @@ -198,6 +198,6 @@ rm -f dist/debian/%{name}.1.gz dist/debian/tape.1.gz dist/debian/%{name}.xml dis %changelog -* Mon Jun 11 2018 Roman Telezhynskyi +* Tue Oct 23 2018 Roman Telezhynskyi - Auto build