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.