From 4a90423daabb3a55e9ecf330d7e6ca0e34a155c0 Mon Sep 17 00:00:00 2001 From: Dan Macumber Date: Tue, 16 May 2023 18:58:58 -0600 Subject: [PATCH] Update copyright and version --- plugin/openstudio.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/openstudio.rb b/plugin/openstudio.rb index 6c3e7af..f02884d 100644 --- a/plugin/openstudio.rb +++ b/plugin/openstudio.rb @@ -32,7 +32,7 @@ module OpenStudio SKETCHUPPLUGIN_NAME = "OpenStudio" - SKETCHUPPLUGIN_VERSION = "1.4.0" + SKETCHUPPLUGIN_VERSION = "1.6.0" SKETCHUPPLUGIN_LAUNCH_GETTING_STARTED_ON_START = false end @@ -41,7 +41,7 @@ module OpenStudio ext.description = "Adds building energy modeling capabilities by coupling SketchUp to the OpenStudio suite of tools. \r\n\r\nVisit openstudio.net for more information." ext.version = OpenStudio::SKETCHUPPLUGIN_VERSION ext.creator = "OpenStudio Coalition" -ext.copyright = "2008-2022, OpenStudio Coalition and other contributors." +ext.copyright = "2008-2023, OpenStudio Coalition and other contributors." # 'true' automatically loads the extension the first time it is registered, e.g., after install Sketchup.register_extension(ext, true)