Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
underwindfall committed Dec 10, 2021
1 parent 9964e80 commit 4e34811
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion powerpermission-coroutines/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {

ext {
PUBLISH_GROUP_ID = "io.github.underwindfall"
PUBLISH_VERSION = "1.4.2"
PUBLISH_VERSION = "1.5.0"
PUBLISH_ARTIFACT_ID = 'powerpermission-coroutines'
}

Expand Down
2 changes: 1 addition & 1 deletion powerpermission-livedata/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {

ext {
PUBLISH_GROUP_ID = "io.github.underwindfall"
PUBLISH_VERSION = "1.4.2"
PUBLISH_VERSION = "1.5.0"
PUBLISH_ARTIFACT_ID = 'powerpermission-livedata'
}

Expand Down
2 changes: 1 addition & 1 deletion powerpermission-rxjava2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {

ext {
PUBLISH_GROUP_ID = "io.github.underwindfall"
PUBLISH_VERSION = "1.4.2"
PUBLISH_VERSION = "1.5.0"
PUBLISH_ARTIFACT_ID = 'powerpermission-rxjava2'
}

Expand Down
2 changes: 1 addition & 1 deletion powerpermission-rxjava3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

ext {
PUBLISH_GROUP_ID = "io.github.underwindfall"
PUBLISH_VERSION = "1.4.2"
PUBLISH_VERSION = "1.5.0"
PUBLISH_ARTIFACT_ID = 'powerpermission-rxjava3'
}

Expand Down
2 changes: 1 addition & 1 deletion powerpermission/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {

ext {
PUBLISH_GROUP_ID = "io.github.underwindfall"
PUBLISH_VERSION = "1.4.2"
PUBLISH_VERSION = "1.5.0"
PUBLISH_ARTIFACT_ID = 'powerpermission'
}

Expand Down

0 comments on commit 4e34811

Please sign in to comment.