Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed May 13, 2024
1 parent 51fefaa commit c6526fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.erykkul</groupId>
<artifactId>json-transformer</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>

<name>json-transformer</name>
<description>JSON Transformer is a small and expressive Java library that uses transformers defined in JSON documents for transformations of JSON structures (even complex structures containing nested arrays of objects) into other (complex) JSON structures.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* "https://github.com/ErykKul/json-transformer?tab=readme-ov-file#transformer">Transformer</a>
*
* @author Eryk Kulikowski
* @version 1.0.2
* @version 1.0.3
* @since 1.0.0
*/
public class Transformation {
Expand Down

0 comments on commit c6526fc

Please sign in to comment.