Skip to content

Commit 07accac

Browse files
committed
5.0.1
1 parent a0cfbea commit 07accac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ in your project build.gradle file and
3030
dependencies {
3131
...
3232
33-
def codeEditorVersion = "5.0.0"
33+
def codeEditorVersion = "5.0.1"
3434
implementation("com.github.markusressel:KodeEditor:${codeEditorVersion}")
3535
}
3636
```

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
defaultConfig {
1111
applicationId = "de.markusressel.kodeeditor"
1212
versionCode = 1
13-
versionName = "5.0.0"
13+
versionName = "5.0.1"
1414
}
1515

1616
androidComponents {

0 commit comments

Comments
 (0)