diff --git a/dist/schema/package.json b/dist/schema/package.json index e3d3499..9c8a2f8 100644 --- a/dist/schema/package.json +++ b/dist/schema/package.json @@ -1,6 +1,6 @@ { "name": "schema-dts", - "version": "0.4.5", + "version": "0.5.0", "displayName": "schema-dts: Strongly-typed Schema.org vocabulary declarations", "description": "A TypeScript package with latest Schema.org Schema Typings", "authors": [ @@ -37,4 +37,4 @@ "bugs": "https://github.com/google/schema-dts/issues", "repository": "github:google/schema-dts", "license": "Apache-2.0" -} +} \ No newline at end of file diff --git a/package.json b/package.json index e476799..9c3f05c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "schema-dts-gen", - "version": "0.4.5", + "version": "0.5.0", "displayName": "schema-dts Generator", "description": "Generate TypeScript Definitions for Schema.org Schema", "authors": [ @@ -63,4 +63,4 @@ "build-gen": "tsc -p src", "test": "tsc -p src && tsc -p tests/ && jasmine --config=tests/support/jasmine.json" } -} +} \ No newline at end of file