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 daf4397 commit a4f73ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Install.ps1
Expand Up @@ -5,7 +5,7 @@ Param(
)

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

if ([string]::IsNullOrEmpty($Path))
Expand Down
Binary file modified Posh-VPN.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
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-2 $env:TEMP ; & $env:TEMP\Install.ps1
Start-BitsTransfer http://tinyurl.com/posh-vpn-0-1-3 $env:TEMP ; & $env:TEMP\Install.ps1
```

To install the latest development version, use one of the followings:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.2
0.1.3

0 comments on commit a4f73ed

Please sign in to comment.