Skip to content

Commit

Permalink
Update copyright and version
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed May 17, 2023
1 parent 165cd61 commit 4a90423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/openstudio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down

0 comments on commit 4a90423

Please sign in to comment.