diff --git a/README.md b/README.md
index 24640fd..c6e5ac1 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ in your project build.gradle file and
dependencies {
...
- def codeEditorVersion = "v2.0.0"
+ def codeEditorVersion = "v2.1.0"
implementation("com.github.markusressel.KodeEditor:library:${codeEditorVersion}")
}
```
diff --git a/build.gradle b/build.gradle
index ed8743d..26c9612 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ buildscript {
gradle_plugin_version = '3.3.0'
minSdkVersion = 16
- versionName = "2.0.0"
+ versionName = "2.1.0"
versionCode = 1
compileSdkVersion = 28
diff --git a/library/src/main/res/values/library_kodeeditor_strings.xml b/library/src/main/res/values/library_kodeeditor_strings.xml
index 8260cef..94c49c7 100644
--- a/library/src/main/res/values/library_kodeeditor_strings.xml
+++ b/library/src/main/res/values/library_kodeeditor_strings.xml
@@ -9,7 +9,7 @@
KodeEditor
A simple code editor with syntax highlighting and pinch to zoom
@string/library_kodeeditor_repositoryLink
- 2.0.0
+ 2.1.0
true
https://github.com/markusressel/KodeEditor