Skip to content

Commit 613c875

Browse files
author
Tom Akehurst
committed
Bumped patch version
1 parent a16b92e commit 613c875

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ allprojects {
158158
mavenCentral()
159159
}
160160

161-
version = '2.30.0'
161+
version = '2.30.1'
162162

163163
sourceCompatibility = 1.8
164164
targetCompatibility = 1.8

docs-v2/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ compress_html:
216216
ignore:
217217
envs: development
218218

219-
wiremock_version: 2.30.0
219+
wiremock_version: 2.30.1

docs-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wiremock-docs",
3-
"version": "2.30.0",
3+
"version": "2.30.1",
44
"description": "WireMock documentation processor",
55
"engines": {
66
"node": ">= 0.10.0"

src/main/resources/swagger/wiremock-admin-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22

33
info:
44
title: WireMock
5-
version: 2.30.0
5+
version: 2.30.1
66

77
externalDocs:
88
description: WireMock user documentation

0 commit comments

Comments
 (0)