diff --git a/deb/debian/changelog b/deb/debian/changelog index d18409a4d..abb0bd214 100644 --- a/deb/debian/changelog +++ b/deb/debian/changelog @@ -1,3 +1,9 @@ +webthings-gateway (1.1.0-1) UNRELEASED; urgency=medium + + * Update to 1.1.0. + + -- WebThingsIO Wed, 18 Aug 2021 11:00:00 +0100 + webthings-gateway (1.0.0-1) UNRELEASED; urgency=medium * Update to 1.0.0. diff --git a/package.json b/package.json index bcd074dbc..a8d1bb163 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webthings-gateway", - "version": "1.0.0", + "version": "1.1.0", "description": "Web of Things gateway", "main": "build/app.js", "scripts": { diff --git a/rpm/webthings-gateway.spec b/rpm/webthings-gateway.spec index d73322015..64623fee1 100644 --- a/rpm/webthings-gateway.spec +++ b/rpm/webthings-gateway.spec @@ -1,5 +1,5 @@ Name: webthings-gateway -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: WebThings Gateway @@ -10,7 +10,7 @@ BuildRequires: autoconf automake nodejs npm git python python3 python3-pip pytho Requires: {{nodejs}} {{python3}} python3-pip libffi python2-six Requires(pre): shadow-utils -Source0: %{name}_1.0.0.orig.tar.gz +Source0: %{name}_1.1.0.orig.tar.gz Source1: %{name}.service Patch0: fix-config.patch @@ -78,6 +78,8 @@ fi /etc/profile.d/%{name}.sh %changelog +* Wed Aug 18 2021 WebThingsIO +- Update to 1.1.0. * Fri Nov 27 2020 WebThingsIO - Update to 1.0.0. * Tue Feb 18 2020 WebThingsIO