From 3356f23c8224ec16a3914f9dbbdf64a38439587a Mon Sep 17 00:00:00 2001 From: Giuseppe Piscopo Date: Mon, 17 Oct 2016 16:25:38 +0200 Subject: [PATCH] chore(publish): bump version to 1.3.2 --- src/AWATTS/client/package.json | 2 +- src/AWATTS/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AWATTS/client/package.json b/src/AWATTS/client/package.json index e3a1f20..399fa41 100644 --- a/src/AWATTS/client/package.json +++ b/src/AWATTS/client/package.json @@ -1,6 +1,6 @@ { "name": "awatts-client", - "version": "1.3.1", + "version": "1.3.2", "description": "Asp.Net Core, WebPack, Angular Two, TypeScript Starter solution for Visual Studio 2015", "main": "src/main.browser.ts", "scripts": { diff --git a/src/AWATTS/project.json b/src/AWATTS/project.json index d2a4f34..446c458 100644 --- a/src/AWATTS/project.json +++ b/src/AWATTS/project.json @@ -1,5 +1,5 @@ { - "version": "1.3.1-*", + "version": "1.3.2-*", "dependencies": { "Microsoft.NETCore.App": {