diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 256c881..45c13ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.1" + ".": "0.16.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1933b..9f1c347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/mac/project.yml b/mac/project.yml index d3279e3..6643ec8 100644 --- a/mac/project.yml +++ b/mac/project.yml @@ -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' diff --git a/windows/package.json b/windows/package.json index f376ebc..450d984 100644 --- a/windows/package.json +++ b/windows/package.json @@ -1,6 +1,6 @@ { "name": "display-share-receiver", - "version": "0.16.1", + "version": "0.16.2", "private": true, "type": "module", "scripts": { diff --git a/windows/src-tauri/tauri.conf.json b/windows/src-tauri/tauri.conf.json index f21d4aa..9eafe43 100644 --- a/windows/src-tauri/tauri.conf.json +++ b/windows/src-tauri/tauri.conf.json @@ -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",