Skip to content

Commit 66a41db

Browse files
committed
chore: creating version 1.14
1 parent 352b6d7 commit 66a41db

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
## [1.14] - 2024-05-29
9+
810
### Fixed
911
- Removed superfluous/misleading warning log messages (#10)
1012

@@ -150,3 +152,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
150152
[1.10]: https://github.com/gershnik/wsdd-native/releases/v1.10
151153
[1.12]: https://github.com/gershnik/wsdd-native/releases/v1.12
152154
[1.13]: https://github.com/gershnik/wsdd-native/releases/v1.13
155+
[1.14]: https://github.com/gershnik/wsdd-native/releases/v1.14

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,12 +409,12 @@ For all 3 methods the supported platforms are:
409409

410410
To install via standalone `.pkg` installer:
411411

412-
* Download [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.13/wsddn-macos-1.13.pkg)
412+
* Download [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.14/wsddn-macos-1.14.pkg)
413413
* Double click it to run and follow the prompts.
414414

415415
If you prefer command line, you can also install via:
416416
```bash
417-
sudo installer -pkg /path/to/wsddn-macos-1.13.pkg -target /
417+
sudo installer -pkg /path/to/wsddn-macos-1.14.pkg -target /
418418
```
419419

420420
To fully uninstall `wsddn` run `/usr/local/bin/wsddn-uninstall`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13
1+
1.14

installers/rpm/wsddn.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: wsddn
2-
Version: 1.13
2+
Version: 1.14
33
Release: 1%{?dist}
44
Summary: WS-Discovery Host Daemon
55

@@ -78,6 +78,9 @@ if [ $1 -eq 0 ] ; then
7878
fi
7979

8080
%changelog
81+
* Wed May 29 2024 gershnik - 1.14-1
82+
- Release 1.14
83+
8184
* Thu May 16 2024 gershnik - 1.13-1
8285
- Release 1.13
8386

0 commit comments

Comments
 (0)