Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Dec 25, 2021
1 parent c6cd72f commit 2a2b9b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add this library as a dependency to your build system. Maven example:
<dependency>
<groupId>me.saharnooby</groupId>
<artifactId>qoi-java</artifactId>
<version>1.0.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
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>me.saharnooby</groupId>
<artifactId>qoi-java</artifactId>
<version>1.0.0</version>
<version>1.2.0</version>

<name>qoi-java</name>
<description>A pure Java 8 implementation of Quite OK Image Format</description>
Expand Down

0 comments on commit 2a2b9b6

Please sign in to comment.