Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTallet committed Aug 14, 2022
1 parent a87b0a7 commit 726c836
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions source/universal_importer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Universal Importer plugin namespace.
module UniversalImporter

VERSION = '1.1.8-wip'
VERSION = '1.1.8'

# Load translation if it's available for current locale.
TRANSLATE = LanguageHandler.new('uir.translation')
Expand All @@ -47,9 +47,6 @@ module UniversalImporter

extension.description = features.join(' ')

Sketchup.register_extension(
extension,
true # load_at_start
)
Sketchup.register_extension(extension, load_at_start=true)

end

0 comments on commit 726c836

Please sign in to comment.