Skip to content

Commit 32f2802

Browse files
committed
Prepare release 0.3.0
1 parent 836c3f0 commit 32f2802

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ display_usage () {
1515
exit
1616
}
1717

18-
VERSION="0.3.0-SNAPSHOT"
18+
VERSION="0.3.0"
1919

2020
while getopts :hi:r: flag
2121
do

install_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ setlocal EnableExtensions
33

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

88
:: default for installation dir = current directory
99
set "INSTALL_DIR=%CD%"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>imglib2-st</artifactId>
13-
<version>0.3.0-SNAPSHOT</version>
13+
<version>0.3.0</version>
1414

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

0 commit comments

Comments
 (0)