From a19c16fbb979efde626e503f7b624cd76006c9f9 Mon Sep 17 00:00:00 2001 From: Sean Arms <67096+lesserwhirls@users.noreply.github.com> Date: Thu, 20 May 2021 10:01:39 -0600 Subject: [PATCH] Begin work on 0.0.5-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b95e5d7..c638e0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version". -unidataPluginVersion=0.0.4 +unidataPluginVersion=0.0.5-SNAPSHOT # Matches Maven's "project.groupId". Used in MANIFEST.MF for "Implementation-Vendor-Id". artifactGroup=edu.ucar.unidata.site