Skip to content

Commit

Permalink
update card version
Browse files Browse the repository at this point in the history
  • Loading branch information
DBuit committed Nov 21, 2023
1 parent d09f5ea commit 79c7b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/sidebar-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -17865,7 +17865,7 @@ var a=function(){try{(new Date).toLocaleDateString("i");}catch(e){return "RangeE
// ### Global constants
// ##########################################################################################
const SIDEBAR_CARD_TITLE = 'SIDEBAR-CARD';
const SIDEBAR_CARD_VERSION = '0.1.8.4';
const SIDEBAR_CARD_VERSION = '0.1.9.5.2';
// ##########################################################################################
// ### The actual Sidebar Card element
// ##########################################################################################
Expand Down
2 changes: 1 addition & 1 deletion src/sidebar-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// ##########################################################################################

const SIDEBAR_CARD_TITLE = 'SIDEBAR-CARD';
const SIDEBAR_CARD_VERSION = '0.1.8.4';
const SIDEBAR_CARD_VERSION = '0.1.9.5.2';

// ##########################################################################################
// ### Import dependencies
Expand Down

0 comments on commit 79c7b84

Please sign in to comment.