Skip to content

Commit 5932e14

Browse files
committed
prepare next release
1 parent 47608eb commit 5932e14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.github.hauner.openapi"
10-
version = "1.0.0.M3"
10+
version = "1.0.0.M4"
1111

1212
tasks.compileKotlin {
1313
kotlinOptions.jvmTarget = "1.8"

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ configuration block name.
3939
openapiProcessor {
4040
4141
json {
42-
processor 'com.github.hauner.openapi:openapi-processor-json:1.0.0.M3'
42+
processor 'com.github.hauner.openapi:openapi-processor-json:1.0.0.M4'
4343
4444
apiPath = "$projectDir/src/api/openapi.yaml"
4545
targetDir = "$projectDir/build/openapi"

0 commit comments

Comments
 (0)