Skip to content

Commit 9b8a5c6

Browse files
committed
Version to 0.2.0
1 parent cf24dd5 commit 9b8a5c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gradle plugin to ease structuring and naming projects.
1212

1313
```kotlin
1414
plugins {
15-
id("io.github.sgtsilvio.gradle.structure") version "0.1.0"
15+
id("io.github.sgtsilvio.gradle.structure") version "0.2.0"
1616
}
1717

1818
structure {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.1.0
1+
version=0.2.0
22
kotlin.code.style=official
33
org.gradle.caching=true
44
org.gradle.configuration-cache.parallel=true

0 commit comments

Comments
 (0)