Skip to content

Commit

Permalink
Bump version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed Nov 22, 2019
1 parent 3036113 commit 9838e97
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 @@ -105,7 +105,7 @@ In case you're managing JPGs with an embedded color profile and you delete its m
```groovy
repositories { jcenter() }
compile 'com.fewlaps.slimjpg:slimjpg:1.3.2'
compile 'com.fewlaps.slimjpg:slimjpg:1.3.3'
```
* Maven:
```xml
Expand All @@ -117,7 +117,7 @@ compile 'com.fewlaps.slimjpg:slimjpg:1.3.2'
<dependency>
<groupId>com.fewlaps.slimjpg</groupId>
<artifactId>slimjpg</artifactId>
<version>1.3.2</version>
<version>1.3.3</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.3.2'
version '1.3.3'

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

0 comments on commit 9838e97

Please sign in to comment.