Skip to content

Commit b96532a

Browse files
committed
Fix pngj version unadvertedly modified by the release script
1 parent 1b9b500 commit b96532a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/png/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>ar.com.hjg</groupId>
2121
<artifactId>pngj</artifactId>
22-
<version>2.0-SNAPSHOT</version>
22+
<version>2.0.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>junit</groupId>

0 commit comments

Comments
 (0)