Skip to content

Commit 70568f9

Browse files
author
Tom Akehurst
committed
Bumped patch version
1 parent 2350bad commit 70568f9

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
@@ -23,7 +23,7 @@ plugins {
2323
}
2424

2525
group = 'com.github.tomakehurst'
26-
version = '2.29.0'
26+
version = '2.29.1'
2727

2828
sourceCompatibility = 1.8
2929
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.29.0
219+
wiremock_version: 2.29.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.29.0",
3+
"version": "2.29.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.29.0
5+
version: 2.29.1
66

77
externalDocs:
88
description: WireMock user documentation

0 commit comments

Comments
 (0)