Skip to content

Commit fcf3694

Browse files
authored
Merge pull request #16 from marksie1988/dev
v0.10.1
2 parents 3a56bb4 + 4703932 commit fcf3694

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# atomic calendar card v0.10.0
1+
# atomic calendar card v0.10.1
22
This version works with HA v106
33

44
Advanced calendar card for Home Assistant with Lovelace.

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class AtomicCalendar extends LitElement {
3636
render() {
3737
if(this.firstrun){
3838
console.info(
39-
"%c atomic_calendar_revive %c v0.10.0 ",
39+
"%c atomic_calendar_revive %c v0.10.1 ",
4040
"color: white; background: coral; font-weight: 700;",
4141
"color: coral; background: white; font-weight: 700;"
4242
);

atomic_calendar.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atomic-calendar",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Calendar Card for Home Assistant",
55
"main": "atomic_calendar.js",
66
"scripts": {

tracker.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"atomic-calendar": {
3-
"updated_at": "2019-04-04",
4-
"version": "0.7.4",
5-
"remote_location": "https://github.com/atomic7777/atomic_calendar/releases/download/v0.7.4/atomic-calendar.js",
6-
"visit_repo": "https://github.com/atomic7777/atomic_calendar",
7-
"changelog": "https://github.com/atomic7777/atomic_calendar/releases/latest"
3+
"updated_at": "2020-03-12",
4+
"version": "0.10.1",
5+
"remote_location": "https://github.com/marksie1988/atomic_calendar/releases/latest/atomic-calendar.js",
6+
"visit_repo": "https://github.com/marksie1988/atomic_calendar",
7+
"changelog": "https://github.com/marksie1988/atomic_calendar/releases/latest"
88
}
99
}

0 commit comments

Comments
 (0)