Skip to content

Commit

Permalink
Updated PATH* constants
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Apr 18, 2013
1 parent b7b1c4f commit e251ffd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tt_bitmap2mesh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ module BitmapToMesh
# Plugin information
PLUGIN_ID = File.basename( __FILE__ ).freeze
PLUGIN_NAME = 'Bitmap to Mesh'.freeze
PLUGIN_VERSION = '0.5.0'.freeze
PLUGIN_VERSION = '0.5.1'.freeze

# Resource paths
PATH_ROOT = File.dirname( __FILE__ ).freeze
PATH = File.join( PATH_ROOT, PLUGIN_ID ).freeze
FILENAMESPACE = File.basename( __FILE__, '.rb' )
PATH_ROOT = File.dirname( __FILE__ ).freeze
PATH = File.join( PATH_ROOT, FILENAMESPACE ).freeze


### EXTENSION ### ------------------------------------------------------------
Expand Down

0 comments on commit e251ffd

Please sign in to comment.