Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Jan 25, 2022
1 parent 9a9480d commit efbbe25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ This library is available in Maven Central.
<dependency>
<groupId>me.saharnooby</groupId>
<artifactId>qoi-java</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
<!-- Also add this, if you want to use QOI with ImageIO -->
<dependency>
<groupId>me.saharnooby</groupId>
<artifactId>qoi-java-awt</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```

#### Gradle

```groovy
dependencies {
implementation 'me.saharnooby:qoi-java:1.2.0'
implementation 'me.saharnooby:qoi-java:1.2.1'
// Also add this, if you want to use QOI with ImageIO
implementation 'me.saharnooby:qoi-java-awt:1.2.0'
implementation 'me.saharnooby:qoi-java-awt:1.2.1'
}
```

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.2.0</version>
<version>1.2.1</version>

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

0 comments on commit efbbe25

Please sign in to comment.