diff --git a/pom.xml b/pom.xml index 6856ccc..aefbd4c 100755 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.xerial.snappy snappy-java - 1.0.1-rc5-SNAPSHOT + 1.0.2-SNAPSHOT Snappy for Java Compression/decompression library diff --git a/src/main/java/org/xerial/snappy/VERSION b/src/main/java/org/xerial/snappy/VERSION index 1121272..eee800f 100755 --- a/src/main/java/org/xerial/snappy/VERSION +++ b/src/main/java/org/xerial/snappy/VERSION @@ -1 +1 @@ -VERSION=1.0.1 +VERSION=1.0.2 \ No newline at end of file diff --git a/src/main/resources/org/xerial/snappy/native/Windows/amd64/snappy.dll b/src/main/resources/org/xerial/snappy/native/Windows/amd64/snappy.dll index 0e1c601..319dd6f 100755 Binary files a/src/main/resources/org/xerial/snappy/native/Windows/amd64/snappy.dll and b/src/main/resources/org/xerial/snappy/native/Windows/amd64/snappy.dll differ diff --git a/src/main/resources/org/xerial/snappy/native/Windows/x86/snappy.dll b/src/main/resources/org/xerial/snappy/native/Windows/x86/snappy.dll index 0e94ad8..c7f8293 100755 Binary files a/src/main/resources/org/xerial/snappy/native/Windows/x86/snappy.dll and b/src/main/resources/org/xerial/snappy/native/Windows/x86/snappy.dll differ