Skip to content

Commit

Permalink
Adjust version number and copyright for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Jan 25, 2017
2 parents ef3e6e2 + e419404 commit c40a136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sketchup-stl.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2012-2015 Trimble Navigation Ltd.
# Copyright 2012-2017 Trimble Navigation Ltd.
#
# License: The MIT License (MIT)
#
Expand Down Expand Up @@ -52,8 +52,8 @@ 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.1.8'
extension.copyright = '2012-2015 Trimble Navigation, ' <<
extension.version = '2.1.7'
extension.copyright = '2012-2017 Trimble Navigation, ' <<
'released under the MIT License'
extension.creator = 'J. Foltz, N. Bromham, K. Shroeder, SketchUp Team'

Expand Down

0 comments on commit c40a136

Please sign in to comment.