Skip to content

Commit 99dabd7

Browse files
committed
Version 2.1.1
1 parent 4052268 commit 99dabd7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [2.1.1] - 2025-02-25
12+
13+
### Changed
14+
1115
- Upgraded gun to version "2.1.0"
1216

1317
## [2.1.0] - 2024-10-12
@@ -57,7 +61,8 @@ and this project adheres to
5761

5862
First release.
5963

60-
[Unreleased]: https://github.com/grisp/grisp_updater/compare/2.1.0...HEAD
64+
[Unreleased]: https://github.com/grisp/grisp_updater/compare/2.1.1...HEAD
65+
[2.1.1]: https://github.com/grisp/grisp_updater/compare/2.1.0...2.1.1
6166
[2.1.0]: https://github.com/grisp/grisp_updater/compare/2.0.0...2.1.0
6267
[2.0.0]: https://github.com/grisp/grisp_updater/compare/1.0.0...2.0.0
6368
[1.0.0]: https://github.com/grisp/grisp_updater/compare/5647c909d388910503e3b9395b03cc55d879e64b...1.0.0

src/grisp_updater.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, grisp_updater, [
22
{description, "GRiSP Software Update Runtime"},
3-
{vsn, "2.1.0"},
3+
{vsn, "2.1.1"},
44
{registered, []},
55
{mod, {grisp_updater_app, []}},
66
{applications, [

0 commit comments

Comments
 (0)