Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ycardon committed Jan 11, 2019
1 parent 0a76c30 commit 618eeff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ You can also check https://github.com/lorenwest/node-config/wiki/Configuration-F
- logging mqtt connection errors
- basestation event now returns the mode of the alarm mode instead of true for home

### v1.4 Happy new year (11 january 2019)
### v1.4.0 Happy new year (11 january 2019)

- fire an mqtt event when an alarm is trigered

Expand Down
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

// common
const VERSION = 'v1.4'
const VERSION = 'v1.4.0'

// gigaset-elements URLs
const URL_LOGIN = 'https://im.gigaset-elements.de/identity/api/v1/user/login'
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": "gigaset-elements-proxy",
"version": "1.4",
"version": "1.4.0",
"description": "a simple web and mqtt local gateway for reaching gigaset-elements API",
"keywords": [
"gigaset-elements",
Expand Down

0 comments on commit 618eeff

Please sign in to comment.