Skip to content

Commit f6728cb

Browse files
committed
bump to 0.2.0
1 parent db6a7b3 commit f6728cb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

org.knime.knip.ilastik.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.knime.knip.ilastik.feature"
44
label="KNIME Image Processing - Ilastik Integration"
5-
version="0.1.2.qualifier"
5+
version="0.2.0.qualifier"
66
provider-name="University of Konstanz / University of Heidelberg">
77

88
<description>

org.knime.knip.ilastik.update/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.knime.knip.ilastik.update"
44
label="KNIME Image Processing - Ilastik Integration"
5-
version="0.1.2.qualifier"
5+
version="0.2.0.qualifier"
66
provider-name="University of Konstanz / University of Heidelberg">
77

88
<includes

org.knime.knip.ilastik/META-INF/MANIFEST.MF

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: KNIME Ilastik Integration Plugin
44
Bundle-SymbolicName: org.knime.knip.ilastik;singleton:=true
5-
Bundle-Version: 0.1.2.qualifier
5+
Bundle-Version: 0.2.0.qualifier
66
Bundle-ClassPath: knipilastik.jar,
77
lib/cisd-jhdf5-batteries_included_lin_win_mac.jar,
88
lib/javax.json-api-1.0.jar,
99
lib/javax.json-1.0.3.jar
1010
Bundle-Vendor: Andreas Graumann, Chair for Bioinformatics and Information Mining, Univesity of Konstanz
1111
Require-Bundle: org.knime.base;bundle-version="[3.0.0,4.0.0)",
12-
org.knime.knip.base;bundle-version="[1.4.0,1.5.0)",
12+
org.knime.knip.base;bundle-version="[1.5.0,1.6.0)",
1313
org.eclipse.ui;bundle-version="3.107.0",
1414
imagej-common;bundle-version="0.18.0",
1515
imglib2;bundle-version="[2.4.0,3.0.0)",
16-
org.knime.knip.io;bundle-version="[1.4.0,1.5.0)",
16+
org.knime.knip.io;bundle-version="[1.5.0,1.6.0)",
1717
scijava-cache;bundle-version="0.1.0",
1818
scifio;bundle-version="0.25.0",
19-
org.knime.knip.core;bundle-version="1.4.0",
19+
org.knime.knip.core;bundle-version="[1.5.0,1.6.0)",
2020
scijava-common;bundle-version="2.47.0"
2121
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2222
Bundle-ActivationPolicy: lazy

0 commit comments

Comments
 (0)