Skip to content

Commit

Permalink
Bump to version 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 14, 2019
1 parent e3ba8dc commit da7614d
Show file tree
Hide file tree
Showing 3 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 @@ -106,5 +106,5 @@ matrix:
file: $TRAVIS_BUILD_DIR/Builds/LinuxMakefile/modEQ-$(git tag --points-at HEAD)-linux.zip
skip_cleanup: true
on:
all_branches: true
tags: true

6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GENERAL
version: 0.2.9.{build}
version: 0.2.10.{build}
branches:
only:
- master
Expand Down Expand Up @@ -32,6 +32,6 @@ deploy:
artifact: c:\modEQ\modEQ-win.zip
draft: false
prerelease: false
tag: $(APPVEYOR_REPO_TAG_NAME)
on:
branch: master # release from master branch only
APPVEYOR_REPO_TAG: true # deploy on tag push only
appveyor_repo_tag: true # deploy on tag push only
2 changes: 1 addition & 1 deletion modEQ.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="jWny5A" name="modEQ" projectType="audioplug" jucerVersion="5.4.3"
version="0.2.9" companyName="tobanteAudio" companyWebsite="https://github.com/tobanteAudio"
version="0.2.10" companyName="tobanteAudio" companyWebsite="https://github.com/tobanteAudio"
companyEmail="[email protected]" bundleIdentifier="com.tobanteAudio.modEQ"
pluginName="modEQ" pluginDesc="EQ with modulation" pluginManufacturer="tobanteAudio"
pluginManufacturerCode="toAu" pluginCode="tamq" pluginAUExportPrefix="modEQAU"
Expand Down

0 comments on commit da7614d

Please sign in to comment.