From 35c17b24ff46207abb48e37199937ba7744cb09d Mon Sep 17 00:00:00 2001 From: Michael Knopke Date: Fri, 26 Jan 2024 18:29:15 +0100 Subject: [PATCH] update version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 617c145..336f9a2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Greenkeeper badge](https://badges.greenkeeper.io/knopkem/dicom-dimse-native.svg)](https://greenkeeper.io/) # dicom-dimse-native -Nodejs native addon for DICOM DIMSE services using the DCMTK DICOM c++ toolkit. +Nodejs native addon for DICOM DIMSE services using the DCMTK DICOM c++ toolkit (v.3.6.7). # Supported DIMSE services * C-Echo as SCU and SCP diff --git a/package.json b/package.json index 0bc4e61..b14dfe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dicom-dimse-native", - "version": "2.4.2", + "version": "2.4.3", "description": "native addon using DCMTK dicom toolkit", "main": "index.js", "scripts": {