diff --git a/README.md b/README.md index ff8cf6e..bc12c36 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ in your project build.gradle file and dependencies { ... - def codeEditorVersion = "v4.0.0" + def codeEditorVersion = "v4.0.1" implementation("com.github.markusressel:KodeEditor:${codeEditorVersion}") } ``` diff --git a/build.gradle b/build.gradle index a2de3db..c55a90a 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { gradle_plugin_version = '4.2.1' minSdkVersion = 19 - versionName = "4.0.0" + versionName = "4.0.1" versionCode = 1 compileSdkVersion = 30