Skip to content

Commit 1a9a615

Browse files
committed
bump patch version to 3.13.1
1 parent bc08309 commit 1a9a615

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ allprojects {
198198
mavenCentral()
199199
}
200200

201-
version = '3.13.0'
201+
version = '3.13.1'
202202

203203
compileJava {
204204
options.encoding = 'UTF-8'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "WireMock",
5-
"version": "3.13.0",
5+
"version": "3.13.1",
66
"description": "WireMock offers a REST API for administration, troubleshooting and analysis purposes"
77
},
88
"servers": [

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: 3.13.0
5+
version: 3.13.1
66
description: "WireMock offers a REST API for administration, troubleshooting and analysis purposes"
77

88
externalDocs:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.13.0
1+
version=3.13.1

ui/package.json

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

0 commit comments

Comments
 (0)