From 42981044f4de0564e32b774726740bf46e82eec6 Mon Sep 17 00:00:00 2001 From: Jan Brouwer Date: Fri, 1 Nov 2024 12:33:33 +0100 Subject: [PATCH] Release version 5.2.2 --- src/bt_ifcmanager.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bt_ifcmanager.rb b/src/bt_ifcmanager.rb index 3ee8f5e..d173d42 100644 --- a/src/bt_ifcmanager.rb +++ b/src/bt_ifcmanager.rb @@ -32,7 +32,7 @@ module BimTools module IfcManager # Version and release information. - VERSION = 'dev' + VERSION = '5.2.2' # load plugin only if SketchUp version is PRO # raised minimum version to 2017 due to switch to htmldialog @@ -44,7 +44,7 @@ module IfcManager IFCMANAGER_EXTENSION.version = VERSION IFCMANAGER_EXTENSION.description = 'IFC data manager and exporter for SketchUp.' IFCMANAGER_EXTENSION.creator = 'BIM-Tools' - IFCMANAGER_EXTENSION.copyright = '2017-2023' + IFCMANAGER_EXTENSION.copyright = '2017-2024' Sketchup.register_extension(IFCMANAGER_EXTENSION, true) else UI.messagebox 'You need at least SketchUp 2017 to use this extension.'