Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.1"
".": "0.16.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.16.2](https://github.com/nbkdoesntknowcoding/display-share/compare/v0.16.1...v0.16.2) (2026-08-26)


### Documentation

* show the sender, since it is the half people cannot find ([#68](https://github.com/nbkdoesntknowcoding/display-share/issues/68)) ([89e73ba](https://github.com/nbkdoesntknowcoding/display-share/commit/89e73bac6ec9ee336161d396870396f958f192d3))

## [0.16.1](https://github.com/nbkdoesntknowcoding/display-share/compare/v0.16.0...v0.16.1) (2026-08-26)


Expand Down
2 changes: 1 addition & 1 deletion mac/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ settings:
base:
SWIFT_VERSION: '6.0'
CLANG_ENABLE_MODULES: 'YES'
MARKETING_VERSION: 0.16.1
MARKETING_VERSION: 0.16.2
CURRENT_PROJECT_VERSION: '1'
ARCHS: arm64 x86_64
ONLY_ACTIVE_ARCH: 'NO'
Expand Down
2 changes: 1 addition & 1 deletion windows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "display-share-receiver",
"version": "0.16.1",
"version": "0.16.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion windows/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Display Share Receiver",
"version": "0.16.1",
"version": "0.16.2",
"identifier": "in.theboringpeople.displayshare.receiver",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down
Loading