Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
Update package.sh for new addon-builder architecture.
Migrate to TypeScript (#6)
  • Loading branch information
tim-hellhake committed Feb 26, 2020
1 parent e01a6dd commit f9e2274
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 @@ -3,7 +3,7 @@
"id": "medisana-ks250-adapter",
"name": "Medisana KS 250",
"short_name": "KS 250",
"version": "0.1.4",
"version": "0.1.5",
"description": "Connect your Medisana KS 250 (kitchen scale)",
"homepage_url": "https://github.com/tim-hellhake/medisana-ks250-adapter#readme",
"license": "MPL-2.0",
Expand Down
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,7 +1,7 @@
{
"name": "medisana-ks250-adapter",
"display_name": "Medisana KS 250",
"version": "0.1.4",
"version": "0.1.5",
"description": "Connect your Medisana KS 250 (kitchen scale)",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit f9e2274

Please sign in to comment.