diff --git a/pom.xml b/pom.xml
index aca8001..fed3aa2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.xerial.snappy
snappy-java
- 1.0.3.4-SNAPSHOT
+ 1.0.4-SNAPSHOT
Snappy for Java
snappy-java: A fast compression/decompression library
bundle
diff --git a/src/main/java/org/xerial/snappy/VERSION b/src/main/java/org/xerial/snappy/VERSION
index 8de628d..4d31fda 100755
--- a/src/main/java/org/xerial/snappy/VERSION
+++ b/src/main/java/org/xerial/snappy/VERSION
@@ -1,2 +1,2 @@
-VERSION=1.0.3
+VERSION=1.0.4
diff --git a/src/main/resources/org/xerial/snappy/native/Windows/amd64/snappyjava.dll b/src/main/resources/org/xerial/snappy/native/Windows/amd64/snappyjava.dll
index 0054207..66104eb 100755
Binary files a/src/main/resources/org/xerial/snappy/native/Windows/amd64/snappyjava.dll and b/src/main/resources/org/xerial/snappy/native/Windows/amd64/snappyjava.dll differ
diff --git a/src/main/resources/org/xerial/snappy/native/Windows/x86/snappyjava.dll b/src/main/resources/org/xerial/snappy/native/Windows/x86/snappyjava.dll
index d10b0ed..5751719 100755
Binary files a/src/main/resources/org/xerial/snappy/native/Windows/x86/snappyjava.dll and b/src/main/resources/org/xerial/snappy/native/Windows/x86/snappyjava.dll differ