diff --git a/README.md b/README.md
index 9d54243..bf3ae6e 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ You can use [prebuilt aars](https://github.com/facebook/soloader/releases/latest
or fetch SoLoader from Maven repository by adding the following to your
`build.gradle` file:
```groovy
-implementation 'com.facebook.soloader:soloader:0.10.3+'
+implementation 'com.facebook.soloader:soloader:0.10.4+'
```
## Building from source
diff --git a/artifacts/ANNOTATION b/artifacts/ANNOTATION
index 678792e..3ffc837 100644
--- a/artifacts/ANNOTATION
+++ b/artifacts/ANNOTATION
@@ -3,7 +3,7 @@ NAME = 'SoLoader'
GROUP = 'com.facebook.soloader'
ARTIFACT = 'annotation'
PACKAGING = 'jar'
-VERSION='0.10.3'
+VERSION='0.10.4'
DESCRIPTION = "DoNotOptimize class"
URL = 'https://github.com/facebook/soloader'
diff --git a/artifacts/NATIVELOADER b/artifacts/NATIVELOADER
index 0585e40..bbe68c3 100644
--- a/artifacts/NATIVELOADER
+++ b/artifacts/NATIVELOADER
@@ -3,7 +3,7 @@ NAME = 'SoLoader'
GROUP = 'com.facebook.soloader'
ARTIFACT = 'nativeloader'
PACKAGING = 'jar'
-VERSION='0.10.3'
+VERSION='0.10.4'
DESCRIPTION = "Native code loading interface for Android"
URL = 'https://github.com/facebook/soloader'
diff --git a/artifacts/SOLOADER b/artifacts/SOLOADER
index 0525e1e..789fc24 100644
--- a/artifacts/SOLOADER
+++ b/artifacts/SOLOADER
@@ -2,7 +2,7 @@ NAME = 'SoLoader'
GROUP = 'com.facebook.soloader'
ARTIFACT = 'soloader'
-VERSION='0.10.3'
+VERSION='0.10.4'
DESCRIPTION = "Reliable native code loader for Android"
URL = 'https://github.com/facebook/soloader'
@@ -25,13 +25,13 @@ INTERNAL_DEPENDENCIES = (""
""
"com.facebook.soloader"
"annotation"
- "0.10.3"
+ "0.10.4"
"compile"
""
""
"com.facebook.soloader"
"nativeloader"
- "0.10.3"
+ "0.10.4"
"compile"
""
"")