Skip to content

Commit

Permalink
chore: bump version to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iyxan23 committed Feb 28, 2024
1 parent ca7ba91 commit 7af19d8
Showing 1 changed file with 2 additions and 2 deletions.
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.1'
version '1.1.2'

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

from components.java

Expand Down

0 comments on commit 7af19d8

Please sign in to comment.