Skip to content

Commit

Permalink
update: readme and build properties for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Apr 1, 2023
1 parent a80c16e commit 71bfbb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ It lives at https://github.com/BeksOmega/looping-layout.
Add the dependency to your build.gradle file.
```groovy
dependencies {
implementation 'com.github.beksomega:loopinglayout:0.4.1'
implementation 'com.github.beksomega:loopinglayout:0.5.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Expand Up @@ -30,7 +30,7 @@ dependencies {

ext {
PUBLISH_GROUP_ID = 'com.github.beksomega'
PUBLISH_VERSION = '0.4.1'
PUBLISH_VERSION = '0.5.0'
PUBLISH_ARTIFACT_ID = 'loopinglayout'
}

Expand Down

0 comments on commit 71bfbb5

Please sign in to comment.