Skip to content

Commit b4de4ce

Browse files
committed
Prepare to release v3.4.1
1 parent bae49aa commit b4de4ce

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1616
### Fixed
1717
### Removed
1818

19-
## [3.4.0] - 2023-06-25
19+
## [3.4.1] - 2023-06-25
2020

2121
### Added
2222

@@ -490,8 +490,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
490490

491491
- Initial release.
492492

493-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.4.0...HEAD
494-
[3.4.0]: https://github.com/hilverd/glossary-page-template/compare/v3.3.1...v3.4.0
493+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.4.1...HEAD
494+
[3.4.1]: https://github.com/hilverd/glossary-page-template/compare/v3.3.1...v3.4.1
495495
[3.3.1]: https://github.com/hilverd/glossary-page-template/compare/v3.3.0...v3.3.1
496496
[3.3.0]: https://github.com/hilverd/glossary-page-template/compare/v3.2.0...v3.3.0
497497
[3.2.0]: https://github.com/hilverd/glossary-page-template/compare/v3.1.0...v3.2.0

elm-application.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hilverd/glossary-page-template",
33
"summary": "Create a glossary as a single HTML page hosted anywhere.",
4-
"version": "3.4.0",
4+
"version": "3.4.1",
55
"exposed-modules": [
66
"ApplicationShell",
77
"Data.AboutLink",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glossary-page-template",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)