Skip to content

Commit

Permalink
Release 2.0.0-alpha.1
Browse files Browse the repository at this point in the history
W3C compliance - Use forms instead of links in Properties, Actions, and Events (#100)
  • Loading branch information
tim-hellhake committed May 13, 2021
1 parent e2ec5de commit 19ae94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateway-addon",
"version": "1.0.1-alpha.1",
"version": "2.0.0-alpha.1",
"description": "Bindings for WebThings Gateway add-ons",
"scripts": {
"build": "if [ ! -d schema/messages ]; then git submodule init; fi; git submodule update && node generate-version.js && node generate-types.js && tsc -p .",
Expand Down

0 comments on commit 19ae94a

Please sign in to comment.