diff --git a/.travis.yml b/.travis.yml
index 6a0fe29..11b85ad 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.1 https://github.com/GwtMaterialDesign/gwt-material-jquery.git
+- git clone -b release_2.7.0 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.1 https://github.com/GwtMaterialDesign/gwt-material.git
+- git clone -b release_2.7.0 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 94f254c..e6db9ea 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.1" ]; then
+if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "release_2.7.0" ]; 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 daccb9b..d9988c8 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.1
+### Current Version 2.7.0
```xml
com.github.gwtmaterialdesign
gwt-material-am4charts
- 2.6.1
+ 2.7.0
```
diff --git a/pom.xml b/pom.xml
index c181732..1d9cad1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.github.gwtmaterialdesign
gwt-material-am4charts
- 2.6.1
+ 2.7.0
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.1
+ v2.7.0