Version 0.1.0

This commit is contained in:
Rob Moran
2016-03-28 10:05:35 +01:00
parent ca54f102a7
commit 20adcf1e15
2 changed files with 1 additions and 2 deletions

1
dist/dfu.js vendored
View File

@@ -1,7 +1,6 @@
/* @license /* @license
* *
* Device firmware update with Web Bluetooth * Device firmware update with Web Bluetooth
* Version: 0.0.2
* *
* Protocol from: * Protocol from:
* http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk52.v0.9.2/bledfu_transport.html?cp=4_0_2_4_2_4 * http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk52.v0.9.2/bledfu_transport.html?cp=4_0_2_4_2_4

View File

@@ -1,6 +1,6 @@
{ {
"name": "web-bluetooth-dfu", "name": "web-bluetooth-dfu",
"version": "0.0.1", "version": "0.1.0",
"description": "Device firmware update with Web Bluetooth", "description": "Device firmware update with Web Bluetooth",
"homepage": "https://github.com/thegecko/web-bluetooth-dfu", "homepage": "https://github.com/thegecko/web-bluetooth-dfu",
"author": "Rob Moran <rob@thegecko.org>", "author": "Rob Moran <rob@thegecko.org>",