Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Dec 2, 2021
1 parent 48c0d02 commit 064f02b
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>0.0.1</version>
<version>0.1.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>0.0.1</version>
<version>0.1.0</version>

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

0 comments on commit 064f02b

Please sign in to comment.