File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ ProjectGenerator(
7676```
7777### Dependency
7878```
79- implementation("io.github.cdsap:projectgenerator:0.3.5 ")
79+ implementation("io.github.cdsap:projectgenerator:0.3.6 ")
8080```
8181
8282# Options
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN npm install
1818COPY . .
1919
2020# Download CLI
21- RUN curl -L https://github.com/cdsap/ProjectGenerator/releases/download/v0.3.5 /projectGenerator \
21+ RUN curl -L https://github.com/cdsap/ProjectGenerator/releases/download/v0.3.6 /projectGenerator \
2222 --output /usr/local/bin/projectGenerator && \
2323 chmod 0755 /usr/local/bin/projectGenerator
2424
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group = " io.github.cdsap"
9- version = " 0.3.5 "
9+ version = " 0.3.6 "
1010
1111dependencies {
1212 implementation(libs.kotlinx.coroutines.core)
@@ -23,7 +23,7 @@ tasks.test {
2323mavenPublishing {
2424 publishToMavenCentral()
2525 signAllPublications()
26- coordinates(" io.github.cdsap" , " projectgenerator" , " 0.3.5 " )
26+ coordinates(" io.github.cdsap" , " projectgenerator" , " 0.3.6 " )
2727
2828 pom {
2929 scm {
You can’t perform that action at this time.
0 commit comments