diff --git a/CHANGELOG.md b/CHANGELOG.md index ae17368d0..41e738944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ CHANGELOG This changelog references the relevant changes (bug and security fixes) done in 2.x, 1.x and 0.x versions. -* 2.0.1 (WIP) +* 2.0.1 (2021-04-13) * Global and Model preset are now sorted * Added Ignore grain direction part attribute diff --git a/dist/ladb_opencutlist-dev.rbz b/dist/ladb_opencutlist-dev.rbz index cc05c1d1d..586cce726 100644 Binary files a/dist/ladb_opencutlist-dev.rbz and b/dist/ladb_opencutlist-dev.rbz differ diff --git a/dist/ladb_opencutlist.rbz b/dist/ladb_opencutlist.rbz index cc05c1d1d..586cce726 100644 Binary files a/dist/ladb_opencutlist.rbz and b/dist/ladb_opencutlist.rbz differ diff --git a/dist/manifest-dev.json b/dist/manifest-dev.json index 3581d5a9e..c2c1bc4d3 100644 --- a/dist/manifest-dev.json +++ b/dist/manifest-dev.json @@ -1,5 +1,5 @@ { - "version": "2.0.0", - "build": "202103230940", + "version": "2.0.1", + "build": "202104111100", "url": "https://www.lairdubois.fr/opencutlist/download" } diff --git a/dist/manifest.json b/dist/manifest.json index 3581d5a9e..c2c1bc4d3 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.0.0", - "build": "202103230940", + "version": "2.0.1", + "build": "202104111100", "url": "https://www.lairdubois.fr/opencutlist/download" } diff --git a/src/ladb_opencutlist.rb b/src/ladb_opencutlist.rb index 905f433a6..41b26baea 100644 --- a/src/ladb_opencutlist.rb +++ b/src/ladb_opencutlist.rb @@ -8,7 +8,7 @@ module OpenCutList # Create extension ex = SketchupExtension.new('OpenCutList', 'ladb_opencutlist/ruby/main') - ex.version = "2.0.1-dev" ## /!\ Auto-generated line, do not edit ## + ex.version = "2.0.1" ## /!\ Auto-generated line, do not edit ## ex.copyright = '2016-2020 - GNU GPLv3' ex.creator = 'L\'Air du Bois - www.lairdubois.fr' diff --git a/src/ladb_opencutlist/js/constants.js b/src/ladb_opencutlist/js/constants.js index 73e3e2d16..f352f4f4c 100644 --- a/src/ladb_opencutlist/js/constants.js +++ b/src/ladb_opencutlist/js/constants.js @@ -1,7 +1,7 @@ // CONSTANTS // ====================== -var EXTENSION_BUILD = '202103241434'; // /!\ Auto-generated line, do not edit // +var EXTENSION_BUILD = '202104111100'; // /!\ Auto-generated line, do not edit // // UI ///// diff --git a/src/ladb_opencutlist/ruby/constants.rb b/src/ladb_opencutlist/ruby/constants.rb index 44d290a39..3fcc71d04 100644 --- a/src/ladb_opencutlist/ruby/constants.rb +++ b/src/ladb_opencutlist/ruby/constants.rb @@ -1,7 +1,7 @@ module Ladb::OpenCutList EXTENSION_NAME = 'OpenCutList'.freeze - EXTENSION_VERSION = '2.0.1-dev'.freeze - EXTENSION_BUILD = '202103241434'.freeze + EXTENSION_VERSION = '2.0.1'.freeze + EXTENSION_BUILD = '202104111100'.freeze end \ No newline at end of file