From 109f78336b28016c4eb5898ebd81713cddc1b5fd Mon Sep 17 00:00:00 2001 From: Matthijs van P Date: Sat, 7 May 2022 06:47:40 +0200 Subject: [PATCH] Changed version to int. --- objects/ransom-negotiation/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json index 62143cf..655fc85 100644 --- a/objects/ransom-negotiation/definition.json +++ b/objects/ransom-negotiation/definition.json @@ -129,5 +129,5 @@ "meta-category": "financial", "name": "ransom-negotiation", "uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06", - "version": 1.2 -} \ No newline at end of file + "version": 1 +}