We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2523b78 commit cc0d48cCopy full SHA for cc0d48c
README.md
@@ -24,7 +24,7 @@ Using the Gradle plugin:
24
25
```kotlin
26
plugins {
27
- id("digital.guimauve.pkg") version "0.1.2"
+ id("digital.guimauve.pkg") version "0.1.3"
28
}
29
30
repositories {
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
6
allprojects {
7
group = "digital.guimauve.pkg"
8
- version = "0.1.2"
+ version = "0.1.3"
9
10
11
mavenCentral()
gradle-plugin/build.gradle.kts
@@ -15,7 +15,7 @@ kotlin {
15
16
17
18
-version = "0.1.2"
+version = "0.1.3"
19
20
gradlePlugin {
21
website = "https://github.com/guimauvedigital/pkg"
0 commit comments