Skip to content

Commit

Permalink
Updating version number and copyright years.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Feb 25, 2014
1 parent ca95e68 commit ad595e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/sketchup-stl.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2012 Trimble Navigation Ltd.
# Copyright 2012-2014 Trimble Navigation Ltd.
#
# License: Apache License, Version 2.0
#
Expand Down Expand Up @@ -41,8 +41,9 @@ def self.translate(string)
'This is an open source project sponsored by the SketchUp team. More ' <<
'info and updates at https://github.com/SketchUp/sketchup-stl'
)
extension.version = '2.0.3'
extension.copyright = '2012 Trimble Navigation, released under Apache 2.0'
extension.version = '2.1.0'
extension.copyright = '2012-2014 Trimble Navigation, ' <<
'released under Apache 2.0'
extension.creator = 'J. Foltz, N. Bromham, K. Shroeder, SketchUp Team'

Sketchup.register_extension(extension, true)
Expand Down

0 comments on commit ad595e1

Please sign in to comment.