Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
atomic7777 committed Jul 9, 2019
1 parent 9af3cf4 commit bdabebd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AtomicCalendar extends LitElement {

render() {
if(this.firstrun){
console.log("atomic_calendar v0.8.4 loaded")
console.log("atomic_calendar v0.8.5 loaded")
}
this.language = this.config.language != '' ? this.config.language : this.hass.language.toLowerCase()
let timeFormat = moment.localeData(this.language).longDateFormat('LT')
Expand Down
2 changes: 1 addition & 1 deletion atomic_calendar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/atomic_calendar.js

Large diffs are not rendered by default.

0 comments on commit bdabebd

Please sign in to comment.