diff --git a/.npmignore b/.npmignore index ee42684..fac2a2b 100644 --- a/.npmignore +++ b/.npmignore @@ -1,10 +1,8 @@ .DS_Store .vscode .rpt2_cache -docs-theme hex node_modules .gitignore -circle.yml index.html npm-debug.log diff --git a/LICENSE b/LICENSE index 8ae34e1..d54baea 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Rob Moran +Copyright (c) 2024 Rob Moran Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 208be9f..e7b7bb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microbit-web-bluetooth", - "version": "0.6.0", + "version": "0.7.0", "description": "Web Bluetooth library for micro:bit", "homepage": "https://github.com/thegecko/microbit-web-bluetooth", "license": "MIT",