Skip to content

Commit

Permalink
VERSION 1.2.5 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Babouchot committed Feb 5, 2018
1 parent aed62d5 commit 8e9c000
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ deploy:
- provider: releases
api_key:
secure: $GITHUB_TOKEN
file: "$HOME/LudoMuseEditor-linux.zip"
file: "$HOME/LudoMuseEditor-$TRAVIS_OS_NAME.zip"
skip_cleanup: true
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deploy:
release: $(appveyor_repo_tag_name)
description: $(appveyor_repo_tag_name)
auth_token:
secure: $(GITHUB_TOKEN)
secure: hwQh5CNzikNVLjOmLVgbk/436TGZ/sBJuavrrjog1xjQI2BISF/uyBJoKjX0Ycbx
artifact: portable, installer
draft: false
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion deploy/Installer/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>LudoMuseEditor</Name>
<Version>1.2.3</Version>
<Version>1.2.5</Version>
<Title>LudoMuseEditor Installer</Title>
<Publisher>IHMTEK</Publisher>
<StartMenuDir>IHMTEK</StartMenuDir>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Package>
<DisplayName>LudoMuseEditor</DisplayName>
<Description>Create collaborative tablet apps</Description>
<Version>1.2.3</Version>
<Version>1.2.5</Version>
<ReleaseDate>2017-07-11</ReleaseDate>
<Licenses>
<License name="GPL" file="license.txt" />
Expand Down
2 changes: 1 addition & 1 deletion deploy/common/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.4
1.2.5

0 comments on commit 8e9c000

Please sign in to comment.