Skip to content

Commit

Permalink
chore: bump to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iyxan23 committed Feb 8, 2024
1 parent c7c1872 commit f87cda1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ allprojects {
}
dependencies {
implementation 'com.github.iyxan23:zipalign-java:1.1.0'
implementation 'com.github.iyxan23:zipalign-java:1.1.1'
}
```

Expand All @@ -55,7 +55,7 @@ You could also use [prebuilt jars by the CI](https://github.com/Iyxan23/zipalign
The jar contains a simple CLI that allows you to use it in the command line.

```
$ java -jar zipalign-java-0.1-dev.jar input.zip output.zip
$ java -jar zipalign-java-1.1.1.jar input.zip output.zip
```

## Benchmarks
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.iyxan23'
version '1.1.0'
version '1.1.1'

// zero dependencies :)
dependencies {}
Expand All @@ -14,7 +14,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'com.iyxan23'
artifactId = 'zipalign-java'
version = '1.1.0'
version = '1.1.1'

from components.java

Expand Down

0 comments on commit f87cda1

Please sign in to comment.