Skip to content

Commit

Permalink
Merge pull request #19 from arthur3486/feature/bump-the-lib-version
Browse files Browse the repository at this point in the history
Bump the Lib Version
  • Loading branch information
arthur3486 authored Jul 10, 2022
2 parents a221d1d + 4f3212b commit ccd225b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group "com.arthurivanets"
version "1.0.0"
version "1.1.0"

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions google-play-scraper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group "com.arthurivanets"
version "1.0.0"
version "1.1.0"

test {
useJUnitPlatform()
Expand All @@ -43,7 +43,7 @@ dependencies {
ext {
PUBLISHING_GROUP_ID = "com.arthurivanets"
PUBLISHING_ARTIFACT_ID = "google-play-scraper"
PUBLISHING_ARTIFACT_VERSION = "1.0.0"
PUBLISHING_ARTIFACT_VERSION = "1.1.0"
PUBLISHING_ARTIFACT_DESCRIPTION = publishingLibraryDescription
}

Expand Down

0 comments on commit ccd225b

Please sign in to comment.