Skip to content

Commit

Permalink
Bumping version to 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Jul 22, 2017
1 parent ba9a309 commit 35ca5f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tt_selection_toys.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module SelectionToys
PLUGIN = self
PLUGIN_ID = 'TT_Selection_Toys'.freeze
PLUGIN_NAME = 'Selection Toys'.freeze
PLUGIN_VERSION = '2.3.11'.freeze
PLUGIN_VERSION = '2.4.0'.freeze

# Resource paths
file = File.expand_path( __FILE__ )
Expand All @@ -37,7 +37,7 @@ module SelectionToys
ex = SketchupExtension.new( PLUGIN_NAME, file )
ex.description = "Suite of tools to create, manipulate and filter selections."
ex.version = PLUGIN_VERSION
ex.copyright = 'Thomas Thomassen © 2008–2016'
ex.copyright = 'Thomas Thomassen © 2008–2017'
ex.creator = 'Thomas Thomassen (thomas@thomthom.net)'
Sketchup.register_extension( ex, true )
end
Expand All @@ -50,4 +50,4 @@ module SelectionToys

file_loaded( __FILE__ )

#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------

0 comments on commit 35ca5f5

Please sign in to comment.