From 819cf97b7d49d0a65e975b2aaa7392567c7594cb Mon Sep 17 00:00:00 2001 From: derrickcrowne Date: Tue, 6 Dec 2016 14:39:21 -0800 Subject: [PATCH] Bumped version to 1.0.2 --- src/LclDckr/project.json | 2 +- test/LclDckr.IntegrationTests/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LclDckr/project.json b/src/LclDckr/project.json index ddd210c..9ec8a23 100644 --- a/src/LclDckr/project.json +++ b/src/LclDckr/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.1-*", + "version": "1.0.2-*", "description": "A dotnet wrapper around the docker cli.", "authors": ["Syncromatics"], "packOptions": { diff --git a/test/LclDckr.IntegrationTests/project.json b/test/LclDckr.IntegrationTests/project.json index 40bef01..c849bdb 100644 --- a/test/LclDckr.IntegrationTests/project.json +++ b/test/LclDckr.IntegrationTests/project.json @@ -3,7 +3,7 @@ "testRunner": "xunit", "dependencies": { "xunit": "2.2.0-beta4-build3444", - "LclDckr": "1.0.1-*", + "LclDckr": "1.0.2-*", "dotnet-test-xunit": "2.2.0-preview2-build1029" }, "buildOptions": {