Version 1.0.0. Is basically the same code as developed in 2011/2014/2016, with tests to ensure we don't break things, and with one minor fix to Sun Icon support.
1 files changed, 2 insertions(+), 1 deletions(-) M pom.xml
M pom.xml +2 -1
@@ 3,7 3,8 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.ajtjp</groupId> <artifactId>JImageReader</artifactId> - <version>0.9.9</version> + <description>An library to read an assortment of image formats into standard Java AWT Images.</description> + <version>1.0.0</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>