Skip to content

Commit

Permalink
Merge branch 'release/0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gildas Cherruel committed Sep 2, 2016
2 parents ba452f2 + aa14246 commit 943d6b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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-Vault'
$ModuleVersion = '0.1.2'
$ModuleVersion = '0.1.4'
$GithubRoot = "https://raw.githubusercontent.com/gildas/posh-vault/$ModuleVersion"

if ([string]::IsNullOrEmpty($Path))
Expand Down
4 changes: 2 additions & 2 deletions Posh-Vault.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
RootModule = 'Posh-Vault.psm1'

# Version number of this module.
ModuleVersion = '0.1.2'
ModuleVersion = '0.1.4'

# ID used to uniquely identify this module
GUID = 'd35bfd12-5e2e-43c5-a5b1-2c284753e69a'
Expand All @@ -25,7 +25,7 @@ Author = 'Gildas Cherruel'
CompanyName = ''

# Copyright statement for this module
Copyright = '(c) 2015 gildas.cherruel. All rights reserved.'
Copyright = '(c) 2015, 2016 gildas.cherruel. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Powershell module to use the Password Vault in Windows 8+'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Powershell module to use Windows 8+ and 2012+ Password Vault
Installation
------------

If you have [PsGet](http://psget.net) installed just run:
If you have [PowerShellGet](http://www.powershellgallery.com) installed just run:
```posh
Install-Module -ModuleUrl https://github.com/gildas/posh-vault/releases/download/0.1.2/posh-vault-0.1.2.zip
Install-Module Posh-Vault
```

Copy the following line and paste it in a Powershell:

```posh
Start-BitsTransfer http://tinyurl.com/posh-vault-0-1-2 $env:TEMP ; & $env:TEMP\Install.ps1
Start-BitsTransfer http://tinyurl.com/posh-vault-0-1-4 $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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4

0 comments on commit 943d6b5

Please sign in to comment.