diff --git a/lob-api-public.yml b/lob-api-public.yml index 4ff72139..1159f772 100644 --- a/lob-api-public.yml +++ b/lob-api-public.yml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Lob API (2020-02-11) | Specification - version: "1.1.0" + version: "1.2.0" description: > The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. diff --git a/package-lock.json b/package-lock.json index ce162327..0efaeeb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lob-openapi", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4aae6f43..cc7f6c07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lob/openapi", - "version": "1.1.0", + "version": "1.2.0", "engines": { "node": ">=14.16.0", "npm": ">=7.9.0"