Skip to content

Commit

Permalink
chore: prepare version 2.0.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
toedter committed Dec 31, 2023
1 parent 1d4d27c commit ab2168e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'com.toedter'
version = '2.0.7'
version = '2.0.8-SNAPSHOT'
sourceCompatibility = '1.17'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = 'com.toedter'
version = '2.0.7'
version = '2.0.8-SNAPSHOT'
sourceCompatibility = '1.17'

repositories {
Expand Down

0 comments on commit ab2168e

Please sign in to comment.