Skip to content

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Jul 25, 2019
1 parent b19a8ed commit 207de2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/su_safeframe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module SafeFrameTools
# Plugin information
PLUGIN_ID = 'SafeFrameTools'.freeze
PLUGIN_NAME = 'Safe Frame Tools'.freeze
PLUGIN_VERSION = '1.0.4'.freeze
PLUGIN_VERSION = '1.0.5'.freeze

# Resource paths
FILENAMESPACE = File.basename(__FILE__, '.*')
Expand All @@ -35,7 +35,7 @@ module SafeFrameTools
ex = SketchupExtension.new(PLUGIN_NAME, loader)
ex.description = 'Manipulate safe frames and export 2D images.'
ex.version = PLUGIN_VERSION
ex.copyright = 'Trimble Inc. © 2013-2016'
ex.copyright = 'Trimble Inc. © 2013-2019'
ex.creator = 'SketchUp'
Sketchup.register_extension(ex, true)
end
Expand Down

0 comments on commit 207de2f

Please sign in to comment.