From bbfe73160546cd755b7790347c6365eb42264d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Freny=C3=B3?= <26139379+bencefr@users.noreply.github.com> Date: Mon, 20 Jul 2020 11:23:54 +0200 Subject: [PATCH] Bump version to 0.2.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1f9a17..de16e95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pc-nrf-dfu-js", - "version": "0.2.11", + "version": "0.2.12", "description": "JS implementation of the nRF DFU protocol", "esnext:main": "src/index.js", "main": "dist/nrf-dfu.cjs.js",