Skip to content

Commit

Permalink
Version bump to 1.1.0 (#853)
Browse files Browse the repository at this point in the history
* Version bump to 1.1.0
Fix copyright date range

* Fix copyright year range

Co-authored-by: David Bui <[email protected]>

---------

Co-authored-by: David Bui <[email protected]>
  • Loading branch information
schrolla and buidav authored Jan 31, 2024
1 parent acb41ba commit 9434230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.0.0'
ModuleVersion = '1.1.0'

# Supported PSEditions
CompatiblePSEditions = 'Desktop'
Expand All @@ -27,7 +27,7 @@ Author = 'CISA'
CompanyName = 'Cybersecurity and Infrastructure Security Agency'

# Copyright statement for this module
Copyright = '(c) 2023 CISA. All rights reserved.'
Copyright = '(c) 2022-2024 CISA. All rights reserved.'

# Description of the functionality provided by this module
Description = @"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ScubaGear <!-- omit in toc -->
<p>
<a href="https://github.com/cisagov/ScubaGear/releases" alt="ScubaGear version #">
<img src="https://img.shields.io/badge/ScubaGear-v1.0.0-%2328B953?labelColor=%23005288" /></a>
<img src="https://img.shields.io/badge/ScubaGear-v1.1.0-%2328B953?labelColor=%23005288" /></a>
</p>

Developed by CISA, ScubaGear is an assessment tool that verifies a Microsoft 365 (M365) tenant’s configuration conforms to the policies described in the Secure Cloud Business Applications ([SCuBA](https://cisa.gov/scuba)) Security Configuration Baseline [documents](https://github.com/cisagov/ScubaGear/tree/main/baselines).
Expand Down Expand Up @@ -63,7 +63,7 @@ If a tenant does not have the licenses listed above, the report will display a n
To download ScubaGear:

1. Click [here](https://github.com/cisagov/ScubaGear/releases/latest) to see the latest release.
2. Click `ScubaGear-v1-0-0.zip` (or latest version) to download the release.
2. Click `ScubaGear-v1-1-0.zip` (or latest version) to download the release.
3. Extract the folder in the zip file.

### Installing the Required PowerShell Modules
Expand Down

0 comments on commit 9434230

Please sign in to comment.