diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a5ef0..b324422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.1.1 / 2021-04-27 +================== + +* Add missing shebang line. + 1.1.0 / 2021-04-25 ================== diff --git a/package.json b/package.json index ce1cee5..8a7726d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chia-dashboard-satellite", - "version": "1.1.0", + "version": "1.1.1", "repository": "https://github.com/felixbrucker/chia-dashboard-satellite.git", "bugs": "https://github.com/felixbrucker/chia-dashboard-satellite/issues", "license": "GPL-3.0",