Skip to content

Commit 27103f3

Browse files
authored
preparing release 0.3.6 (#191)
1 parent ff4c468 commit 27103f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN npm install
1818
COPY . .
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

project-generator/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "io.github.cdsap"
9-
version = "0.3.5"
9+
version = "0.3.6"
1010

1111
dependencies {
1212
implementation(libs.kotlinx.coroutines.core)
@@ -23,7 +23,7 @@ tasks.test {
2323
mavenPublishing {
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 {

0 commit comments

Comments
 (0)