Skip to content

Commit

Permalink
Version 1.4.2 update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
rgleason committed May 26, 2019
1 parent 113ad7d commit c4e6050
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VERSION.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ SET(NAME_SUFFIX "ov50")

SET(PLUGIN_VERSION_MAJOR "1")
SET(PLUGIN_VERSION_MINOR "4")
SET(PLUGIN_VERSION_PATCH "1")
SET(PLUGIN_VERSION_DATE "2018-8-29")
SET(PLUGIN_VERSION_PATCH "2")
SET(PLUGIN_VERSION_DATE "2019-5-26")
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ artifacts:
deploy:
description: 'release created by AppVeyor CI'
provider: GitHub
auth_token: '%GitHub_auth_token%'
auth_token: #'%GitHub_auth_token%'
secure: A7rMxzUbQoDkwCjKK/EuiN86GuwtObhIhdyg2cR0AJHogoIn2wepvUgrI4Pmd9It
artifact: installer,portable
draft: true
prerelease: true
Expand Down

0 comments on commit c4e6050

Please sign in to comment.