diff --git a/README.md b/README.md index b6495019..c9dad6c4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Brotli4j provides Brotli compression and decompression for Java. com.aayushatharva.brotli4j brotli4j - 1.4.1 + 1.4.2 ``` diff --git a/brotli4j/pom.xml b/brotli4j/pom.xml index e1ad08d3..503895f4 100644 --- a/brotli4j/pom.xml +++ b/brotli4j/pom.xml @@ -22,7 +22,7 @@ brotli4j-parent com.aayushatharva.brotli4j - 1.4.1 + 1.4.2 4.0.0 @@ -42,7 +42,7 @@ com.aayushatharva.brotli4j native-linux-x86_64 - 1.4.1 + 1.4.2 @@ -59,7 +59,7 @@ com.aayushatharva.brotli4j native-linux-aarch64 - 1.4.1 + 1.4.2 @@ -76,7 +76,7 @@ com.aayushatharva.brotli4j native-windows-x86_64 - 1.4.1 + 1.4.2 @@ -93,7 +93,7 @@ com.aayushatharva.brotli4j native-osx-x86_64 - 1.4.1 + 1.4.2 diff --git a/natives/linux-aarch64/pom.xml b/natives/linux-aarch64/pom.xml index 5aeaa564..c6aacf1f 100644 --- a/natives/linux-aarch64/pom.xml +++ b/natives/linux-aarch64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.4.1 + 1.4.2 4.0.0 diff --git a/natives/linux-x86_64/pom.xml b/natives/linux-x86_64/pom.xml index 687f38f0..6cc409f3 100644 --- a/natives/linux-x86_64/pom.xml +++ b/natives/linux-x86_64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.4.1 + 1.4.2 4.0.0 diff --git a/natives/osx-x86_64/pom.xml b/natives/osx-x86_64/pom.xml index af96def7..9fd0ad89 100644 --- a/natives/osx-x86_64/pom.xml +++ b/natives/osx-x86_64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.4.1 + 1.4.2 4.0.0 diff --git a/natives/pom.xml b/natives/pom.xml index a1bf9aee..049394e0 100644 --- a/natives/pom.xml +++ b/natives/pom.xml @@ -21,7 +21,7 @@ Copyright 2021, Aayush Atharva com.aayushatharva.brotli4j brotli4j-parent - 1.4.1 + 1.4.2 4.0.0 diff --git a/natives/windows-x86_64/pom.xml b/natives/windows-x86_64/pom.xml index 2b4ad900..e320565d 100644 --- a/natives/windows-x86_64/pom.xml +++ b/natives/windows-x86_64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.4.1 + 1.4.2 4.0.0 diff --git a/pom.xml b/pom.xml index a580a785..4c956d2a 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ com.aayushatharva.brotli4j brotli4j-parent pom - 1.4.1 + 1.4.2 Brotli4j Brotli4j provides Brotli compression and decompression for Java.