Skip to content

Commit

Permalink
Prepare release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minnerbe committed Oct 16, 2024
1 parent 0304a8b commit c32a496
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ display_usage () {
exit
}

VERSION="0.3.1-SNAPSHOT"
VERSION="0.3.1"

while getopts :hi:r: flag
do
Expand Down
2 changes: 1 addition & 1 deletion install_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ setlocal EnableExtensions

:: This is a translation of the corresponding linux install script that
:: is adapted from https://github.com/saalfeldlab/n5-utils, by @axtimwalde & co
set "VERSION=0.3.1-SNAPSHOT"
set "VERSION=0.3.1"

:: default for installation dir = current directory
set "INSTALL_DIR=%CD%"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>imglib2-st</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>

<name>ImgLib2 Spatial Transcriptiomics</name>
<description>This project shows the application of imglib2 to spatial transcriptomics</description>
Expand Down

0 comments on commit c32a496

Please sign in to comment.