Skip to content

Commit fe8da9a

Browse files
update: plugin version
1 parent 7a0e9eb commit fe8da9a

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
@@ -21,7 +21,7 @@ To apply the plugin, please add this following part of code.
2121

2222
```groovy
2323
plugins {
24-
id 'com.chillycheesy.modulo-application' version '0.0.1'
24+
id 'com.chillycheesy.modulo-application' version '0.0.3'
2525
}
2626
2727
group 'your.group'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'maven-publish'
66
}
77

8-
version = '0.0.2'
8+
version = '0.0.3'
99
group = 'com.chillycheesy'
1010

1111
repositories {

0 commit comments

Comments
 (0)