From ae19afe0a9c792b93ebffeb6d8e1efd96fd9ac02 Mon Sep 17 00:00:00 2001 From: Matt Mazzola Date: Mon, 18 Jul 2016 12:43:35 -0700 Subject: [PATCH] 0.5.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d868f0..2eb3703 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerbi-models", - "version": "0.5.1", + "version": "0.5.2", "description": "Contains JavaScript & TypeScript object models for Microsoft Power BI JavaScript SDK. For each model there is a TypeScript interface, a json schema definitions, and a validation function to ensure and object is valid.", "main": "dist/models.js", "typings": "dist/models.d.ts",