From 6e5d96a80ab2827f301b0fa084511fe5c0a7ce2a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 20 Feb 2022 13:28:55 +0000 Subject: [PATCH] chore(release): 2.0.4 [skip ci] ## [2.0.4](https://github.com/MirageNet/Discovery/compare/v2.0.3...v2.0.4) (2022-02-20) ### Bug Fixes * Network discovery blocked on Android-based devices ([711e921](https://github.com/MirageNet/Discovery/commit/711e92180503332f553c7d78179a256a5fc7286a)) --- Assets/Discovery/CHANGELOG.md | 7 +++++++ Assets/Discovery/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Assets/Discovery/CHANGELOG.md b/Assets/Discovery/CHANGELOG.md index 22dcad4..4d08c43 100644 --- a/Assets/Discovery/CHANGELOG.md +++ b/Assets/Discovery/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.4](https://github.com/MirageNet/Discovery/compare/v2.0.3...v2.0.4) (2022-02-20) + + +### Bug Fixes + +* Network discovery blocked on Android-based devices ([711e921](https://github.com/MirageNet/Discovery/commit/711e92180503332f553c7d78179a256a5fc7286a)) + ## [2.0.3](https://github.com/MirageNet/Discovery/compare/v2.0.2...v2.0.3) (2021-08-28) diff --git a/Assets/Discovery/package.json b/Assets/Discovery/package.json index f81b5d5..b4a47ee 100644 --- a/Assets/Discovery/package.json +++ b/Assets/Discovery/package.json @@ -1,7 +1,7 @@ { "name": "com.miragenet.discovery", "displayName": "Mirage Discovery", - "version": "2.0.3", + "version": "2.0.4", "unity": "2019.1", "description": "A plugin for Mirage to find other players in your local network", "author": "Paul Pacheco",