Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Jun 14, 2020
1 parent 0925b8f commit af18767
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 @@ -12,7 +12,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'eu.nanogiants:android-versioning:2.2.0'
classpath 'eu.nanogiants:android-versioning:2.2.1'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "eu.nanogiants"
version = "2.2.0"
version = "2.2.1"

repositories {
google()
Expand Down

0 comments on commit af18767

Please sign in to comment.