Skip to content

Commit

Permalink
🔖 update release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandens committed Jul 18, 2021
1 parent c5fbe48 commit a89dca9
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 @@ -16,7 +16,7 @@ then specify the javaagent you would like to attach in the dependencies block
```kotlin
plugins {
application
id("com.ryandens.javaagent-application") version "0.1.0"
id("com.ryandens.javaagent-application") version "0.2.0"
}

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

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

allprojects {
group = "com.ryandens"
version = "0.1.0"
version = "0.2.0"
apply<com.diffplug.gradle.spotless.SpotlessPlugin>()

spotless {
Expand Down

0 comments on commit a89dca9

Please sign in to comment.