Skip to content

Commit

Permalink
Version - 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steklopod committed Nov 16, 2019
1 parent 7664f7f commit c36c7e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You only need to have `docker-compose.yml` file in root of project
```kotlin
plugins {
id("online.colaba.docker") version "0.1"
id("online.colaba.docker") version "0.1.1"
}
```

Expand Down
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id( "com.gradle.plugin-publish") version "0.10.1"
}

version = "0.1"
version = "0.1.1"
group = "online.colaba"
description = "Docker needed tasks"

Expand All @@ -28,19 +28,19 @@ gradlePlugin {
}

pluginBundle {
website = "https://colaba.online/"
website = "https://github.com/steklopod/gradle-docker-plugin"
vcsUrl = "https://github.com/steklopod/gradle-docker-plugin"

(plugins) {
"dockerPlugin" {
displayName = "Docker needed tasks"
tags = listOf("docker", "kotlin")
version = "0.1"
version = "0.1.1"
}
"dockerMainPlugin" {
displayName = "Docker needed tasks for root multi-project"
tags = listOf("docker", "kotlin")
version = "0.1"
version = "0.1.1"
}

}
Expand Down

0 comments on commit c36c7e6

Please sign in to comment.