Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
webtonize committed Mar 29, 2023
1 parent a250829 commit b7b0637
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/wiki-src/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ PowerShell module for [ElectricityMaps.com](https://www.ElectricityMaps.com/) AP
![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/PSElectricityMaps)
![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PSElectricityMaps)


This PowerShell module is intended for retrieving emissions data from
[ElectricityMaps](https://www.ElectricityMaps.com/) for a supplied Azure Region during
resource deployments. This is a lightweight solution making use of only the
Expand Down
1 change: 0 additions & 1 deletion docs/wiki-src/Quickstart-GitHub-Action.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ _co2signal.com_ and will be updated by the author as migration proceeds.
- `region` - The Azure region with the lowest emissions
- `fosilFuelPercentage` - The percentage of energy in the region that is fossil fuel based


## Example

```yaml
Expand Down
2 changes: 1 addition & 1 deletion src/PSElectricityMaps/PSElectricityMaps.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSElectricityMaps.psm1'

# Version number of this module.
ModuleVersion = '0.9.0'
ModuleVersion = '0.9.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit b7b0637

Please sign in to comment.