Skip to content

Commit

Permalink
Merge pull request #35 from deepimagej/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
carlosuc3m authored Apr 11, 2022
2 parents 05e4a60 + cc75d0a commit be02917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.github.deepimagej</groupId>
<artifactId>DeepImageJ_</artifactId>
<version>2.1.13</version>
<version>2.1.14</version>

<name>DeepImageJ</name>
<description>A user-friendly plugin to run deep learning models in ImageJ.</description>
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 = "2.1.13";
public static String version = "2.1.14";
public static int width = 120;
public static String name = "deepImageJ";

Expand Down

0 comments on commit be02917

Please sign in to comment.