Skip to content

Commit a7f6a4b

Browse files
authored
Update for v0.1.3 (#11)
1 parent b936554 commit a7f6a4b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.3] - 2024-4-19
11+
12+
### Fixed
13+
14+
- Fix aliased Scoop (#10)
15+
1016
## [0.1.2] - 2023-2-5
1117

1218
### Fixed
@@ -23,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2329

2430
- Initial release
2531

26-
[Unreleased]: https://github.com/ThomasNieto/Scoop/compare/v0.1.0...HEAD
32+
[Unreleased]: https://github.com/ThomasNieto/Scoop/compare/v0.1.3...HEAD
33+
[0.1.3]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.3
2734
[0.1.2]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.2
2835
[0.1.1]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.1
2936
[0.1.0]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.0

src/Scoop.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'Scoop.psm1'
3-
ModuleVersion = '0.1.2'
3+
ModuleVersion = '0.1.3'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = '7603664e-144c-4083-a51d-399df057a37d'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)