Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Mar 15, 2024
1 parent bb2d959 commit b62b36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ in your project build.gradle file and
dependencies {
...
def codeHighlighterVersion = "v4.0.0"
def codeHighlighterVersion = "v4.0.1"
implementation("com.github.markusressel.KodeHighlighter:core:${codeHighlighterVersion}")
}
```
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
defaultConfig {
applicationId = "de.markusressel.kodehighlighter.demo"
versionCode = 1
versionName = "4.0.0"
versionName = "4.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

setProperty("archivesBaseName", "KodeHighlighter_v${versionName}_(${versionCode})")
Expand Down

0 comments on commit b62b36f

Please sign in to comment.