Skip to content

Commit

Permalink
realease of v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hageldave committed May 4, 2020
1 parent a247381 commit 66b47e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ImagingKit_Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>imagingkit-core</artifactId>
<name>ImagingKit-Core</name>
<groupId>com.github.hageldave.imagingkit</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<url>https://github.com/hageldave/ImagingKit</url>
<description>The ImagingKit-Core artifact provides the core classes of the ImagingKit framework.</description>

Expand Down
4 changes: 2 additions & 2 deletions ImagingKit_Fourier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>imagingkit-fourier</artifactId>
<name>ImagingKit-Fourier</name>
<groupId>com.github.hageldave.imagingkit</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<url>https://github.com/hageldave/ImagingKit</url>
<description>The ImagingKit-Fourier artifact provides classes for Fast Fourier Transformations (FFT) for the ImagingKit framework.</description>

Expand Down Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>com.github.hageldave.imagingkit</groupId>
<artifactId>imagingkit-core</artifactId>
<version>2.0</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>com.github.hageldave.ezfftw</groupId>
Expand Down

0 comments on commit 66b47e9

Please sign in to comment.