From 178908343995fe350decccd3fd2e2bc42b5e42ed Mon Sep 17 00:00:00 2001 From: himanga <30961866+himanga@users.noreply.github.com> Date: Tue, 24 Aug 2021 08:46:03 -0500 Subject: [PATCH] v1.16 --- AddinFiles/customMetadata.jsl | 6 +++--- CHANGELOG.md | 6 +----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/AddinFiles/customMetadata.jsl b/AddinFiles/customMetadata.jsl index a8ab2d6..df1eada 100644 --- a/AddinFiles/customMetadata.jsl +++ b/AddinFiles/customMetadata.jsl @@ -1,13 +1,13 @@ Associative Array( List( List( "abouttext", "Tools to make it easier to use JMP. See the documentation (below) for more information." ), - List( "addinVersion", 1.15 ), + List( "addinVersion", 1.16 ), List( "author", "Isaac Himanga" ), - List( "buildDate", 3712136081 ), + List( "buildDate", 3712639472 ), List( "developer", "Isaac Himanga" ), List( "developeremail", "message me on the JMP community or github" ), List( "id", "com.github.himanga.JMPScriptingTools" ), List( "name", "Scripting Tools" ), - List( "state", "DEV" ) + List( "state", "PROD" ) ) ) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a395d..9c77b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,7 @@ All notable changes to this project will be documented in this file. -## [HEAD] - -### Added - -### Changed +## [v1.16] ### Fixed Bug fixes related to first release.