Skip to content

Commit

Permalink
+ 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bbeaulant committed Oct 15, 2020
1 parent 9ce6d94 commit ac82109
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHANGELOG
This changelog references the relevant changes (bug and security fixes) done
in 1.x and 0.x versions.

* 1.9.6 (WIP)
* 1.9.6 (2020-10-15)

* Fixed Ruby 2.7.0 deprecated calls
* Fixed Layer0 visibility detection
Expand Down
Binary file modified dist/ladb_opencutlist.rbz
Binary file not shown.
6 changes: 3 additions & 3 deletions dist/manifest-dev.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.6-dev",
"build": "202010150726",
"url": "https://raw.githubusercontent.com/lairdubois/lairdubois-opencutlist-sketchup-extension/master/dist/ladb_opencutlist-dev.rbz"
"version": "1.9.6",
"build": "202010150738",
"url": "https://raw.githubusercontent.com/lairdubois/lairdubois-opencutlist-sketchup-extension/master/dist/ladb_opencutlist.rbz"
}
4 changes: 2 additions & 2 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.5",
"build": "202010010939",
"version": "1.9.6",
"build": "202010150738",
"url": "https://raw.githubusercontent.com/lairdubois/lairdubois-opencutlist-sketchup-extension/master/dist/ladb_opencutlist.rbz"
}
4 changes: 2 additions & 2 deletions src/ladb_opencutlist/ruby/constants.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Ladb::OpenCutList

EXTENSION_NAME = 'OpenCutList'.freeze
EXTENSION_VERSION = '1.9.6-dev'.freeze
EXTENSION_BUILD = '202010150726'.freeze
EXTENSION_VERSION = '1.9.6'.freeze
EXTENSION_BUILD = '202010150738'.freeze

end

0 comments on commit ac82109

Please sign in to comment.