Skip to content

Commit

Permalink
Bumped Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas committed Sep 8, 2015
1 parent 91c3b15 commit 495ec4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Param(
)

$ModuleName = 'Posh-VPN'
$ModuleVersion = '0.1.1'
$ModuleVersion = '0.1.2'
$GithubRoot = "https://raw.githubusercontent.com/gildas/posh-vpn/$ModuleVersion"

if ([string]::IsNullOrEmpty($Path))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install-Module Posh-VPN
Copy the following line and paste it in a Powershell:

```posh
Start-BitsTransfer http://tinyurl.com/posh-vpn-0-1-1 $env:TEMP ; & $env:TEMP\Install.ps1
Start-BitsTransfer http://tinyurl.com/posh-vpn-0-1-2 $env:TEMP ; & $env:TEMP\Install.ps1
```

To install the latest development version, use one of the followings:
Expand Down

0 comments on commit 495ec4c

Please sign in to comment.