Skip to content

Commit

Permalink
Release version 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrouwer authored Nov 1, 2024
1 parent 2287410 commit 4298104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bt_ifcmanager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.'
Expand Down

0 comments on commit 4298104

Please sign in to comment.