Skip to content

Commit

Permalink
upgrade imagej to 153g
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Dec 14, 2020
1 parent 3e12784 commit 52e5f54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-imagej.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: meeDamian/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: 1.53f
tag: 1.53g
name: ImageJ.JS
files: imagej-js-dist/
allow_override: true
2 changes: 1 addition & 1 deletion compile-js-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -e

IJ_JAR="ij-1.53f.jar"
IJ_JAR="ij-1.53g.jar"
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

mvn clean
Expand Down
2 changes: 1 addition & 1 deletion compile-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd imagej-js-dist

# download ij153 from imagej.net
export IJ1_VERSION=ij153
export IJ_JAR=ij-1.53f.jar
export IJ_JAR=ij-1.53g.jar

curl http://wsr.imagej.net/distros/cross-platform/${IJ1_VERSION}.zip -LO
unzip -q -o ${IJ1_VERSION}.zip
Expand Down

0 comments on commit 52e5f54

Please sign in to comment.