Skip to content

Commit

Permalink
Bump gateway version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Aug 18, 2021
1 parent 538266d commit f68be20
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
webthings-gateway (1.1.0-1) UNRELEASED; urgency=medium

* Update to 1.1.0.

-- WebThingsIO <[email protected]> Wed, 18 Aug 2021 11:00:00 +0100

webthings-gateway (1.0.0-1) UNRELEASED; urgency=medium

* Update to 1.0.0.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 4 additions & 2 deletions rpm/webthings-gateway.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: webthings-gateway
Version: 1.0.0
Version: 1.1.0
Release: 1%{?dist}
Summary: WebThings Gateway

Expand All @@ -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
Expand Down Expand Up @@ -78,6 +78,8 @@ fi
/etc/profile.d/%{name}.sh

%changelog
* Wed Aug 18 2021 WebThingsIO <[email protected]>
- Update to 1.1.0.
* Fri Nov 27 2020 WebThingsIO <[email protected]>
- Update to 1.0.0.
* Tue Feb 18 2020 WebThingsIO <[email protected]>
Expand Down

0 comments on commit f68be20

Please sign in to comment.