Skip to content

Commit

Permalink
bump version (0.2.1-SNAPSHOT)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKiaru committed Dec 17, 2021
1 parent e535a2c commit 3daad0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description = "QuPath extension to use Warpy"

group = "ch.epfl.biop"
// artifact = "qupath-extension-warpy"
version = "0.2.0"
version = "0.2.1-SNAPSHOT"

dependencies {
val qupathVersion = "0.3.0" // For now
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/qupath/ext/biop/warpy/Warpy.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

public class Warpy {

final static public String version = "0.2.0";
final static public String version = "0.2.1-SNAPSHOT";

// Logger class that plays well with QuPath
final private static Logger logger = LoggerFactory.getLogger(Warpy.class);
Expand Down

0 comments on commit 3daad0d

Please sign in to comment.