diff --git a/.travis.yml b/.travis.yml
index b583e56c..5f4df549 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,12 +8,12 @@ cache:
- $HOME/.m2
before_install:
# install the gwt-material-jquery library before we build the demo
-- git clone -b release_2.4.0 https://github.com/GwtMaterialDesign/gwt-material-jquery.git
+- git clone -b release_2.4.1 https://github.com/GwtMaterialDesign/gwt-material-jquery.git
- cd gwt-material-jquery
- mvn install -DskipTests=true -DdryRun=true
- cd ..
# install the gwt-material library before we build the demo
-- git clone -b release_2.4.0 https://github.com/GwtMaterialDesign/gwt-material.git
+- git clone -b release_2.4.1 https://github.com/GwtMaterialDesign/gwt-material.git
- cd gwt-material
- mvn install -DskipTests=true -DdryRun=true
- cd ..
diff --git a/.utility/deploy.sh b/.utility/deploy.sh
index ac974e06..99bc32d1 100644
--- a/.utility/deploy.sh
+++ b/.utility/deploy.sh
@@ -1,6 +1,6 @@
#!/bin/bash
set -ev
-if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "release_2.4.0" ]; then
+if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "release_2.4.1" ]; then
echo "ossrh\${env.OSSRH_USER}\${env.OSSRH_PASS}" > ~/settings.xml
mvn deploy -DskipTests --settings ~/settings.xml
fi
\ No newline at end of file
diff --git a/README.md b/README.md
index 4ebd90d2..f3f6f45c 100644
--- a/README.md
+++ b/README.md
@@ -11,12 +11,12 @@ A complex table component designed for the material design specifications!
Support documentation can be found [here](https://github.com/GwtMaterialDesign/gwt-material-table/wiki)
## Maven
-Current Version 2.4.0
+Current Version 2.4.1
```xml
com.github.gwtmaterialdesign
gwt-material-table
- 2.4.0
+ 2.4.1
```
diff --git a/pom.xml b/pom.xml
index 1f8f5c05..83f17031 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
gwt-material-parent
com.github.gwtmaterialdesign
- 2.4.0
+ 2.4.1
gwt-material-table