From 606eca599109d05756978e8a23a09e4c5b517d55 Mon Sep 17 00:00:00 2001 From: Matt Farmer Date: Sun, 7 Feb 2021 22:41:30 -0500 Subject: [PATCH] Release 1.0.1 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 6337e1d..a82ecf1 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -5,7 +5,7 @@ plugins { ext.pluginClassNames='me.frmr.rundeck.KmsConverterPlugin' ext.pluginName = 'Rundeck KMS Plugin' -ext.pluginFileVersion = '1.0.1-SNAPSHOT' +ext.pluginFileVersion = '1.0.1' ext.pluginDescription = 'Encrypts and decrypts storace using Amazon KMS'