From 3c683a8d4e42f52b5ab42ef83408346b5db64c13 Mon Sep 17 00:00:00 2001 From: Michael Knopke Date: Tue, 3 Mar 2020 07:15:24 +1300 Subject: [PATCH] updating readme and package --- README.md | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 99f14f9..76ff3d6 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Nodejs native addon for DICOM DIMSE services using the IMEBRA DICOM c++ toolkit. # supported DIMSE services * C-Echo-scu -* C-Store-scp -* C-Move-scu * C-Find-scu +* C-Move-scu +* C-Get-scu +* C-Store-scp # in development * C-Store-scu -* C-Get-scu ## How to install This package uses prebuild to fetch precompiled binaries, so provided your platform is supported, all you need to do is: diff --git a/package.json b/package.json index c733ba0..41d594b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dicom-dimse-native", - "version": "0.0.12", + "version": "0.0.13", "description": "native addon using imebra dicom toolkit", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ }, "binary": { "napi_versions": [ - 3 + 4 ] } }