Skip to content

Commit

Permalink
Merge pull request #402 from ctapmex/colorer_1.4.2
Browse files Browse the repository at this point in the history
update FarColorer version
  • Loading branch information
alabuzhev authored May 19, 2021
2 parents 1e2b47c + 9a9401f commit 23575fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ build_script:
- copy /Y Far-NetBox\*.md ci\%configuration%.%platform%\Plugins\NetBox
- copy /Y Far-NetBox\LICENSE.txt ci\%configuration%.%platform%\Plugins\NetBox
#build FarColorer
- set COLORER_VERSION=1.4.1
- set COLORER_VERSION=1.4.2
- set COLORER_PLATFORM=x86
- if "%platform%" == "x64" set COLORER_PLATFORM=x64
- set COLORER_FILE_NAME=FarColorer.%COLORER_PLATFORM%.v%COLORER_VERSION%.7z
Expand Down
2 changes: 1 addition & 1 deletion misc/nightly/colorer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
function bcolorer {
BIT=$1
PLUGIN=FarColorer
COLORER_VERSION=1.4.1
COLORER_VERSION=1.4.2
COLORER_PLATFORM=$2
COLORER_FILE_NAME=FarColorer.${COLORER_PLATFORM}.v${COLORER_VERSION}.7z

Expand Down

0 comments on commit 23575fd

Please sign in to comment.