Skip to content

Commit

Permalink
release v4.0.0.b0
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsfaber committed Jul 14, 2024
1 parent ffba496 commit 54b2931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/scheduler-card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CardConfig, Schedule, TConditionLogicType, TRepeatType, TWeekday } from "./types";

export const CARD_VERSION = 'v4.0.0b';
export const CARD_VERSION = 'v4.0.0.b0';

export const DefaultCardConfig: CardConfig = {
include: [],
Expand Down

0 comments on commit 54b2931

Please sign in to comment.