Skip to content

Commit

Permalink
Bump to nlScript 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bene51 committed Oct 20, 2024
1 parent 76632a2 commit 4affad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Layout panels to make all rows the same height.
```

## Installation
Download [nlFigure](https://github.com/nlScript/nlFigure/releases/download/v0.2.0/nlFigure-0.2.0.jar) from the
Download [nlFigure](https://github.com/nlScript/nlFigure/releases/download/v0.3.0/nlFigure-0.3.0.jar) from the
[GitHub release page](https://github.com/nlScript/nlFigure/releases), copy it to the plugins folder inside your
Fiji installation and restart Fiji.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>io.github.nlscript</groupId>
<artifactId>nlFigure</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>

<name>nlFigure</name>
<description>Create scientific figures using nlScript.</description>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>io.github.nlscript</groupId>
<artifactId>nlScript</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 4affad7

Please sign in to comment.