Skip to content

Commit

Permalink
📝 update versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandens committed Jun 8, 2022
1 parent 4abd6ac commit ba6e3e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ then specify the javaagent you would like to attach in the dependencies block
```kotlin
plugins {
application
id("com.ryandens.javaagent-application") version "0.3.0"
id("com.ryandens.javaagent-application") version "0.3.2"
}

application {
Expand Down Expand Up @@ -48,7 +48,7 @@ would like to attach in the dependencies block.
plugins {
java
id("com.google.cloud.tools.jib") version "3.1.4"
id("com.ryandens.javaagent-jib") version "0.3.0"
id("com.ryandens.javaagent-jib") version "0.3.2"
}

jib.container {
Expand Down Expand Up @@ -85,8 +85,8 @@ desired application distribution or execution method.
```kotlin
plugins {
application
id("com.ryandens.javaagent-otel-modification")
id("com.ryandens.javaagent-application")
id("com.ryandens.javaagent-otel-modification") version "0.3.2"
id("com.ryandens.javaagent-application") version "0.3.2"
}

dependencies {
Expand Down

0 comments on commit ba6e3e6

Please sign in to comment.