Skip to content

Commit

Permalink
Update ScubaGear version to 1.5.0 (#1465)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Dec 18, 2024
1 parent ef0debb commit c580eb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PowerShell/ScubaGear/ScubaGear.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = './ScubaGear.psm1'

# Version number of this module.
ModuleVersion = '1.4.0'
ModuleVersion = '1.5.0'

# Supported PSEditions
CompatiblePSEditions = 'Desktop'
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The recommended way to install ScubaGear is from [PSGallery](psgallery.md), but it can also be downloaded from GitHub:

1. Go to the [releases page](https://github.com/cisagov/ScubaGear/releases) and find the latest release.
2. Under the `Assets` header, click `ScubaGear-v1.4.0.zip`to download the zip file.
2. Under the `Assets` header, click `ScubaGear-v1.5.0.zip`to download the zip file.
3. Extract the zip file into the folder of your choice.

## Import Module
Expand Down
4 changes: 2 additions & 2 deletions docs/installation/psgallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Install-Module -Name ScubaGear
To install a specific version of ScubaGear, use the `-RequiredVersion` parameter:

```powershell
# Install ScubaGear 1.4.0
# Install ScubaGear 1.5.0
Install-Module -Name ScubaGear `
-RequiredVersion 1.4.0
-RequiredVersion 1.5.0
```

The set of published versions can be found on [PSGallery](https://www.powershellgallery.com/packages/ScubaGear/).
Expand Down

0 comments on commit c580eb1

Please sign in to comment.