Skip to content

Commit cc0d48c

Browse files
committed
v0.1.3
1 parent 2523b78 commit cc0d48c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Using the Gradle plugin:
2424

2525
```kotlin
2626
plugins {
27-
id("digital.guimauve.pkg") version "0.1.2"
27+
id("digital.guimauve.pkg") version "0.1.3"
2828
}
2929

3030
repositories {

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
allprojects {
77
group = "digital.guimauve.pkg"
8-
version = "0.1.2"
8+
version = "0.1.3"
99

1010
repositories {
1111
mavenCentral()

gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ kotlin {
1515
}
1616

1717
group = "digital.guimauve.pkg"
18-
version = "0.1.2"
18+
version = "0.1.3"
1919

2020
gradlePlugin {
2121
website = "https://github.com/guimauvedigital/pkg"

0 commit comments

Comments
 (0)