Skip to content

Commit

Permalink
+ 5.0.3 (Submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbeaulant committed Sep 6, 2023
1 parent b5f8291 commit 7e972a3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file modified dist/ladb_opencutlist.rbz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "5.0.2",
"build": "202306181755",
"version": "5.0.3",
"build": "202309061530",
"url": "https://www.lairdubois.fr/opencutlist/download",
"sponsor": {
"objectiveName": "6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ladb_opencutlist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module OpenCutList

# Create extension
ex = SketchupExtension.new('OpenCutList', 'ladb_opencutlist/ruby/main')
ex.version = "5.0.3-dev" ## /!\ Auto-generated line, do not edit ##
ex.version = "5.0.3" ## /!\ Auto-generated line, do not edit ##
ex.copyright = "2016-#{Date.today.year} - GNU GPLv3" ## /!\ Auto-generated line, do not edit ##
ex.creator = 'L\'Air du Bois - www.lairdubois.fr'

Expand Down
2 changes: 1 addition & 1 deletion src/ladb_opencutlist/js/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// CONSTANTS
// ======================

var EXTENSION_BUILD = '202306210535'; // /!\ Auto-generated line, do not edit //
var EXTENSION_BUILD = '202309061530'; // /!\ Auto-generated line, do not edit //

// UI /////

Expand Down
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 = '5.0.3-dev'.freeze
EXTENSION_BUILD = '202306210535'.freeze
EXTENSION_VERSION = '5.0.3'.freeze
EXTENSION_BUILD = '202309061530'.freeze

end

0 comments on commit 7e972a3

Please sign in to comment.