Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Apr 4, 2022
1 parent 9922b05 commit 620e2e4
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 @@ -65,7 +65,7 @@ in your project build.gradle file and
dependencies {
...
def codeHighlighterVersion = "v3.0.0"
def codeHighlighterVersion = "v3.1.0"
implementation("com.github.markusressel.KodeHighlighter:core:${codeHighlighterVersion}")
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
gradle_plugin_version = '4.2.1'

minSdkVersion = 16
versionName = "3.0.0"
versionName = "3.1.0"
versionCode = 1

compileSdkVersion = 28
Expand Down

0 comments on commit 620e2e4

Please sign in to comment.