Skip to content

Commit

Permalink
feat: v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pneugebala committed May 12, 2020
1 parent f3fbf58 commit 022f456
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.14"
implementation "com.auritylab:spring-gcp-tasks:0.1.15"
}
```

Expand All @@ -30,7 +30,7 @@ Maven:
<dependency>
<groupId>com.auritylab</groupId>
<artifactId>spring-gcp-tasks</artifactId>
<version>0.1.14</version>
<version>0.1.15</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.14"
version "0.1.15"
sourceCompatibility = JavaVersion.VERSION_1_8

repositories {
Expand Down

0 comments on commit 022f456

Please sign in to comment.