diff --git a/package.json b/package.json index eb676ae..8a0492a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-json-schemas", - "version": "1.9.0", + "version": "2.0.0", "description": "JSON schemas for WordPress PHP objects and REST API responses", "main": "schema.json", "files": [ diff --git a/packages/wp-types/package.json b/packages/wp-types/package.json index 8caee45..a2eaaf9 100644 --- a/packages/wp-types/package.json +++ b/packages/wp-types/package.json @@ -1,6 +1,6 @@ { "name": "wp-types", - "version": "1.9.0", + "version": "2.0.0", "description": "TypeScript definitions of WordPress PHP objects and REST API responses.", "main": "", "types": "index.ts",