Skip to content

Commit

Permalink
Update amqp to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stavshamir committed Mar 19, 2022
1 parent 0a8af98 commit c73d277
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion springwolf-examples/springwolf-amqp-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

sourceCompatibility = '1.8'
version '0.1.0'
version '0.2.0'

repositories {
// For local development with snapshots
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
app:
image: stavshamir/springwolf-amqp-example:0.1.0
image: stavshamir/springwolf-amqp-example:0.2.0
links:
- amqp
ports:
Expand Down
2 changes: 1 addition & 1 deletion springwolf-plugins/springwolf-amqp-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add the following dependencies and configuration class to enable this plugin.
```groovy
dependencies {
// Provides the documentation API
implementation 'io.github.springwolf:springwolf-amqp:0.1.0'
implementation 'io.github.springwolf:springwolf-amqp:0.2.0'
// Provides the UI - optional (recommended)
runtimeOnly 'io.github.springwolf:springwolf-ui:0.3.1'
Expand Down
2 changes: 1 addition & 1 deletion springwolf-plugins/springwolf-amqp-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group 'io.github.springwolf'
version '0.1.0'
version '0.2.0'
sourceCompatibility = 1.8

repositories {
Expand Down

0 comments on commit c73d277

Please sign in to comment.