Skip to content

Commit

Permalink
chore: bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iyxan23 committed Aug 30, 2024
1 parent 841fc0a commit 53982f6
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 @@ -52,7 +52,7 @@ allprojects {
}
dependencies {
implementation 'com.github.iyxan23:zipalign-java:1.1.3'
implementation 'com.github.iyxan23:zipalign-java:1.2.0'
}
```

Expand All @@ -61,7 +61,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-1.1.3.jar input.zip output.zip
$ java -jar zipalign-java-1.2.0.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.3'
version '1.2.0'

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

from components.java

Expand Down

0 comments on commit 53982f6

Please sign in to comment.