Skip to content

Commit

Permalink
Update for v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Jul 17, 2023
1 parent bec6b6c commit 6b42b5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2023-07-17

### Fixed

- Fix Uninstall-Package getting installed package (#30)

## [0.3.0] - 2023-07-16

### Added
Expand Down Expand Up @@ -47,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/anypackage/programs/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/anypackage/programs/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/anypackage/programs/releases/tag/v0.3.1
[0.3.0]: https://github.com/anypackage/programs/releases/tag/v0.3.0
[0.2.2]: https://github.com/anypackage/programs/releases/tag/v0.2.2
[0.2.1]: https://github.com/anypackage/programs/releases/tag/v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion src/AnyPackage.Programs.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'ProgramsProvider.dll'
ModuleVersion = '0.3.0'
ModuleVersion = '0.3.1'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = '84cf5334-85e0-4263-8471-60394099cefb'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit 6b42b5d

Please sign in to comment.