Skip to content

Commit

Permalink
feat: v0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
pneugebala committed Aug 17, 2020
1 parent 7b3fed5 commit 58894dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Repository: `https://maven.pkg.github.com/AurityLab/spring-gcp-tasks`
Gradle:
```groovy
dependencies {
implementation "com.auritylab:spring-gcp-tasks:0.1.16"
implementation "com.auritylab:spring-gcp-tasks:0.1.17"
}
```

Expand All @@ -30,7 +30,7 @@ Maven:
<dependency>
<groupId>com.auritylab</groupId>
<artifactId>spring-gcp-tasks</artifactId>
<version>0.1.16</version>
<version>0.1.17</version>
</dependency>
```

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

group "com.auritylab"
version "0.1.16"
version "0.1.17"
sourceCompatibility = JavaVersion.VERSION_1_8

repositories {
Expand Down

0 comments on commit 58894dc

Please sign in to comment.