Skip to content

Commit

Permalink
chore: creating version 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Oct 3, 2024
1 parent b8c9d1a commit 843cfea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [1.15] - 2024-10-03

### Changed
- Updated 3rd party dependencies

Expand Down Expand Up @@ -122,3 +124,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[1.12]: https://github.com/gershnik/wsdd-native/releases/v1.12
[1.13]: https://github.com/gershnik/wsdd-native/releases/v1.13
[1.14]: https://github.com/gershnik/wsdd-native/releases/v1.14
[1.15]: https://github.com/gershnik/wsdd-native/releases/v1.15
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ For all 3 methods the supported platforms are:

To install via standalone `.pkg` installer:

* Download [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.14/wsddn-macos-1.14.1.pkg)
* Download [the installer package](https://github.com/gershnik/wsdd-native/releases/download/v1.15/wsddn-macos-1.15.pkg)
* Double click it to run and follow the prompts.

If you prefer command line, you can also install via:
```bash
sudo installer -pkg /path/to/wsddn-macos-1.14.1.pkg -target /
sudo installer -pkg /path/to/wsddn-macos-1.15.pkg -target /
```

To fully uninstall `wsddn` run `/usr/local/bin/wsddn-uninstall`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14
1.15
7 changes: 5 additions & 2 deletions installers/rpm/wsddn.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: wsddn
Version: 1.14
Release: 2%{?dist}
Version: 1.15
Release: 1%{?dist}
Summary: WS-Discovery Host Daemon

License: BSD-3-Clause
Expand Down Expand Up @@ -78,6 +78,9 @@ if [ $1 -eq 0 ] ; then
fi

%changelog
* Thu Oct 03 2024 gershnik - 1.15-1
- Release 1.15

* Wed May 29 2024 gershnik - 1.14-1
- Release 1.14

Expand Down

0 comments on commit 843cfea

Please sign in to comment.