Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MVKozlov committed Jul 19, 2019
1 parent 574c6e7 commit 7b8be15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PoshRSJob/PoshRSJob.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# PoshRSJob
# Version 1.7.5.1
# Version 1.7.5.2
#
# Boe Prox (c) 2014
# http://learn-powershell.net
Expand All @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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/
Expand Down

0 comments on commit 7b8be15

Please sign in to comment.