Skip to content

Commit

Permalink
feat: 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pneugebala committed Jan 18, 2020
1 parent 61d8093 commit 47e3cce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: publish

#on:
# release:
# types: [published]

on: [push]
on:
release:
types: [published]

jobs:
test:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ Note: *This isn't heavily production tested yet, but the library is in a finishe

### Installation

Repository: `https://maven.pkg.github.com/AurityLab/spring-gcp-tasks`

Gradle:
```groovy
dependencies {
implementation "com.auritylab:spring-gcp-tasks:0.1.11"
implementation "com.auritylab:spring-gcp-tasks:0.1.12"
}
```

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

repositories {
Expand Down

0 comments on commit 47e3cce

Please sign in to comment.