Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Coval <rzr@users.sf.net>
Change-Id: I134ca41ad490395c09919eb48a2cfcd180b17dad
  • Loading branch information
rzr committed May 30, 2020
1 parent 53a3959 commit f522f09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"manifest_version": 1,
"name": "Awox Mesh Light",
"short_name": "Awox Mesh Light",
"version": "0.0.0"
"version": "0.0.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "awox-mesh-light-adapter",
"display_name": "Awox Mesh Light",
"version": "0.0.0",
"version": "0.0.2",
"description": "Awox Mesh Light adapter plugin for Mozilla WebThings Gateway",
"author": "Philippe Coval",
"main": "main.py",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='awox-mesh-light-webthing',
version='0.0.1',
version='0.0.2',
description='Awox Mesh Light WebThing',
long_description=long_description,
url=URL,
Expand Down

0 comments on commit f522f09

Please sign in to comment.