Skip to content

Commit

Permalink
Bump version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed Jun 22, 2019
1 parent f02efc7 commit 6c475e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Nope. SlimJpeg targets the rocky server-side guys. The library uses `javax.image
```groovy
repositories { jcenter() }
compile 'com.fewlaps.slimjpg:slimjpg:1.1.0'
compile 'com.fewlaps.slimjpg:slimjpg:1.2.0'
```
* Maven:
```xml
Expand All @@ -105,7 +105,7 @@ compile 'com.fewlaps.slimjpg:slimjpg:1.1.0'
<dependency>
<groupId>com.fewlaps.slimjpg</groupId>
<artifactId>slimjpg</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.fewlaps.slimjpg'
version '1.1.0'
version '1.2.0'

apply plugin: 'java'
apply plugin: 'kotlin'
Expand Down

0 comments on commit 6c475e3

Please sign in to comment.