Skip to content

Commit 18e5ede

Browse files
committed
Version -> 1.0.3
1 parent ed3fe3a commit 18e5ede

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ Most lines should begin with one of these words:
55
*Add*, *Fix*, *Update*, *Change*, *Deprecate*, *Remove*.
66

77
<!--
8-
## [Unreleased](https://github.com/sharpjs/Prequel/compare/release/1.0.2..HEAD)
8+
## [Unreleased](https://github.com/sharpjs/Prequel/compare/release/1.0.3..HEAD)
99
(none)
1010
-->
1111

12+
## [1.0.3](https://github.com/sharpjs/Prequel/compare/release/1.0.2..release/1.0.3)
13+
1214
## [1.0.2](https://github.com/sharpjs/Prequel/compare/release/1.0.1..release/1.0.2)
1315
- Fix incorrect result or index-out-of-range exception when multiple variable
1416
replacements occur in a quoted string or in a quoted identifier.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- Descriptive properties -->
2727
<PropertyGroup>
2828
<Product>Prequel</Product>
29-
<VersionPrefix>1.0.2</VersionPrefix>
29+
<VersionPrefix>1.0.3</VersionPrefix>
3030
<Authors>Jeffrey Sharp</Authors>
3131
<Company>Subatomix Research Inc.</Company>
3232
<Copyright>© $([System.DateTime]::UtcNow.Year) $(Authors)</Copyright>

0 commit comments

Comments
 (0)