Skip to content

Commit

Permalink
Version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrouwer committed Oct 22, 2015
1 parent 34f8b21 commit bbfa564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BIMserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module BIMserver
PLUGIN_IMAGE_PATH = File.join(PLUGIN_PATH, 'images')

bimserver_extension = SketchupExtension.new("BIMserver", File.join(PLUGIN_PATH, 'loader.rb'))
bimserver_extension.version = '0.4.1'
bimserver_extension.version = '0.4.3'
bimserver_extension.description = 'SketchUp client for BIMserver.'
Sketchup.register_extension(bimserver_extension, true)
end # module BIMserver
Expand Down

0 comments on commit bbfa564

Please sign in to comment.