diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed9e0d171..c9e59b9cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
Change Log
==========
-Version 1.3.3-SNAPSHOT
+Version 1.3.3
* Fixed scan filtering by name on API <21 (https://github.com/Polidea/RxAndroidBle/pull/243)
* Fixed race condition (which would cause the library to hang) when using `.first()` on calls to `RxBleConnection` that emit a single result. (https://github.com/Polidea/RxAndroidBle/issues/244)
diff --git a/README.md b/README.md
index 8d27228ec..79376d161 100644
--- a/README.md
+++ b/README.md
@@ -309,7 +309,7 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co
### Gradle
```groovy
-compile "com.polidea.rxandroidble:rxandroidble:1.3.2"
+compile "com.polidea.rxandroidble:rxandroidble:1.3.3"
```
### Maven
@@ -317,7 +317,7 @@ compile "com.polidea.rxandroidble:rxandroidble:1.3.2"
com.polidea.rxandroidble
rxandroidble
- 1.3.2
+ 1.3.3
aar
```
diff --git a/gradle.properties b/gradle.properties
index 232876122..298b71d0a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.polidea.rxandroidble
-VERSION_NAME=1.3.3-SNAPSHOT
+VERSION_NAME=1.3.3
POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android
diff --git a/mockrxandroidble/README.md b/mockrxandroidble/README.md
index ce4f66b6e..ef19f1474 100644
--- a/mockrxandroidble/README.md
+++ b/mockrxandroidble/README.md
@@ -40,7 +40,7 @@ Get MockRxAndroidBle via Maven:
com.polidea.rxandroidble
mockclient
- 1.3.2
+ 1.3.3
aar
```
@@ -48,7 +48,7 @@ Get MockRxAndroidBle via Maven:
or via Gradle
```groovy
-compile "com.polidea.rxandroidble:mockclient:1.3.2"
+compile "com.polidea.rxandroidble:mockclient:1.3.3"
```
### License