Skip to content

Commit

Permalink
release v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niels committed Oct 20, 2020
1 parent 2574b92 commit 0d29ab5
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
108 changes: 54 additions & 54 deletions dist/scheduler-card.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/const.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { LevelVariableConfig, ListVariableConfig, EVariableType, ActionConfig } from './types';
import { ActionConfig } from './types';
import { EDayType } from './date-time';
import { localize } from './localize/localize';

export const CARD_VERSION = '1.8.0';
export const CARD_VERSION = '1.8.1';

export const DefaultTimeStep = 10;

Expand Down

0 comments on commit 0d29ab5

Please sign in to comment.