Skip to content

Commit

Permalink
Bump product version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianoiam committed Jul 29, 2022
1 parent 8ea692c commit 174a162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ConsulPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ConsulPlugin : public PluginEx

uint32_t getVersion() const override
{
return d_version(1, 0, 3);
return d_version(1, 0, 4);
}

int64_t getUniqueId() const override
Expand Down
2 changes: 1 addition & 1 deletion src/ui/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function main() {
await load('lib/ui.js');

ConsulUI.init(Object.freeze({
productVersion : '1.0.3',
productVersion : '1.0.4',
defaultLayout : 'mixer',
controlDescriptor : [
{ name: 'Button', id: 'b', n: 16, cont: false, def: { base: 0 , ch: 1 } },
Expand Down

0 comments on commit 174a162

Please sign in to comment.