From 6fa86af8c7368e0a75f7357b11ce4cf7971828cb Mon Sep 17 00:00:00 2001 From: Mitchell R Date: Fri, 22 Jul 2022 12:21:50 +0200 Subject: [PATCH] *defining version bump: v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58fcf17..46f7187 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bettercorp/node-zabbix-sender", "version": "2.0.0", - "description": "A zabbix_sender implementation, to send zabbix item(s) using the zabbix trapper protocol in Typescript.", + "description": "A zabbix_sender implementation, to send zabbix item(s) using the zabbix trapper protocol in NodeJS/Typescript.", "main": "lib/index.js", "scripts": { "build": "tsc"