Skip to content

Commit

Permalink
update version of dij
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Jun 15, 2023
1 parent 50114a3 commit 3c847f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>31.1.0</version>
<version>35.1.1</version>
<relativePath />
</parent>

<groupId>io.github.deepimagej</groupId>
<artifactId>DeepImageJ_</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>

<name>DeepImageJ</name>
<description>A user-friendly plugin to run deep learning models in ImageJ.</description>
Expand Down Expand Up @@ -141,7 +141,7 @@ Universidad Carlos III de Madrid.</license.copyrightOwners>
<dependency>
<groupId>io.bioimage</groupId>
<artifactId>dl-modelrunner</artifactId>
<version>0.3.7</version>
<version>0.3.10</version>
</dependency>
<!-- MODEL RUNNER-->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/deepimagej/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
public class Constants {

public static String url = "https://deepimagej.github.io/deepimagej/";
public static String version = "3.0.0";
public static String version = "3.0.1";
public static int width = 120;
public static String name = "deepImageJ";

Expand Down

0 comments on commit 3c847f9

Please sign in to comment.