Skip to content

Commit

Permalink
Update Git version number.
Browse files Browse the repository at this point in the history
I'll remove the Prelease tag when this ships.
  • Loading branch information
rhymeswithmogul committed Mar 28, 2023
1 parent 8029b92 commit 0dd7320
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions APRSMessenger.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
RootModule = 'src/APRSMessenger.psm1'

# Version number of this module.
ModuleVersion = '1.0.2'
ModuleVersion = '1.0.3'

# Supported PSEditions
CompatiblePSEditions = @('Core','Desktop')
Expand Down Expand Up @@ -146,7 +146,7 @@ PrivateData = @{
- Created release generation script. This is intended to be run by me, when signing a version for the PowerShell Gallery, and is only saved in the Git tree so I don't lose it."

# Prerelease string of this module
# Prerelease = ''
Prerelease = 'git'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
RequireLicenseAcceptance = $false
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log for APRSMessenger

## Next version
- Pester now tests the module itself.

## Version 1.0.2 (March 21, 2023)
- Fixed a bug where all packets would be sent to APRS-IS. The parameter set name was not honored when control passed into `Send-APRSThing`.
- Fixed a bug where message acknowledgements would not be included.
Expand Down

0 comments on commit 0dd7320

Please sign in to comment.