diff --git a/PoshRSJob/PoshRSJob.psd1 b/PoshRSJob/PoshRSJob.psd1 index cc0f3e4..d69f1c5 100644 --- a/PoshRSJob/PoshRSJob.psd1 +++ b/PoshRSJob/PoshRSJob.psd1 @@ -1,6 +1,6 @@ # # PoshRSJob -# Version 1.7.5.1 +# Version 1.7.5.2 # # Boe Prox (c) 2014 # http://learn-powershell.net @@ -13,7 +13,7 @@ ModuleToProcess = 'PoshRSJob.psm1' # Version number of this module. -ModuleVersion = '1.7.5.1' +ModuleVersion = '1.7.5.2' # ID used to uniquely identify this module GUID = '9b17fb0f-e939-4a5c-b194-3f2247452972' diff --git a/README.md b/README.md index 45b2200..8ddff0e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -PoshRSJob 1.7.5.1 +PoshRSJob 1.7.5.2 [![Build status](https://ci.appveyor.com/api/projects/status/svrd4ho4otugki24?svg=true)](https://ci.appveyor.com/project/proxb/poshrsjob) [![Join the chat at https://gitter.im/proxb/PoshRSJob](https://badges.gitter.im/proxb/PoshRSJob.svg)](https://gitter.im/proxb/PoshRSJob?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) @@ -11,8 +11,8 @@ Provides an alternative to PSjobs with greater performance and less overhead to Install-Module -Name PoshRSJob ``` -#### Download the latest release (1.7.5.1) -[releases/1.7.5.1/PoshRSJob.zip](../../releases/download/1.7.5.1/PoshRSJob.zip) +#### Download the latest release (1.7.5.2) +[PoshRSJob.zip](../../releases/download/1.7.5.2/PoshRSJob.zip) More information and examples here: http://learn-powershell.net/2015/04/19/latest-updates-to-poshrsjob/