diff --git a/.travis.yml b/.travis.yml
index c5164bf..6a0fe29 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,12 +8,12 @@ cache:
- $HOME/.m2
before_install:
# install the gwt-material-jquery library
-- git clone -b release_2.6.0 https://github.com/GwtMaterialDesign/gwt-material-jquery.git
+- git clone -b release_2.6.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
-- git clone -b release_2.6.0 https://github.com/GwtMaterialDesign/gwt-material.git
+- git clone -b release_2.6.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 ae9fe72..94f254c 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.6.0" ]; then
+if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "release_2.6.1" ]; then
echo "ossrh\${env.OSSRH_USER}\${env.OSSRH_PASS}" > ~/settings.xml
mvn deploy --settings ~/settings.xml
fi
\ No newline at end of file
diff --git a/README.md b/README.md
index 2a1bfd3..daccb9b 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,12 @@ AmCharts V4 Official Documentation can be found [here](https://www.amcharts.com/
## Maven
-### Current Version 2.6.0
+### Current Version 2.6.1
```xml
com.github.gwtmaterialdesign
gwt-material-am4charts
- 2.6.0
+ 2.6.1
```
diff --git a/pom.xml b/pom.xml
index ffeed6d..c181732 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.github.gwtmaterialdesign
gwt-material-am4charts
- 2.6.0
+ 2.6.1
gwt-lib
Gwt Material AmCharts V4
@@ -38,7 +38,7 @@
scm:git:git@github.com:GwtMaterialDesign/gwt-material.git
scm:git:git@github.com:GwtMaterialDesign/gwt-material.git
http://github.com/GwtMaterialDesign/gwt-material
- v2.6.0
+ v2.6.1