diff --git a/CHANGELOG.md b/CHANGELOG.md index deaf2650..8af33aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ ### Security --> +## [v3.6.1] - 2020-02-01 + +### Fixed + +- macOS JavaScript error + ## [v3.6.0] - 2020-01-28 ### Added @@ -224,6 +230,7 @@ - Included the Apple Bonjour installer +[v3.6.1]: https://github.com/fttx/barcode-to-pc-server/compare/v3.6.0...v3.6.1 [v3.6.0]: https://github.com/fttx/barcode-to-pc-server/compare/v3.5.0...v3.6.0 [v3.5.0]: https://github.com/fttx/barcode-to-pc-server/compare/v3.4.2...v3.5.0 [v3.4.2]: https://github.com/fttx/barcode-to-pc-server/compare/v3.4.0...v3.4.2 diff --git a/package.json b/package.json index 369ee98a..9ebe7a18 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "app", "remote" ], - "version": "3.6.0", + "version": "3.6.1", "license": "MIT", "author": { "name": "Filippo Tortomasi",