Skip to content

Commit c61f712

Browse files
committed
Bump version
1 parent fa61157 commit c61f712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-flexi-card",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Home assistant github card",
55
"main": "dist/github-flexi-card.js",
66
"scripts": {

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const printVersion = () => console.info(
2-
"%c GITHUB-FLEXI-CARD %c 0.3.0",
2+
"%c GITHUB-FLEXI-CARD %c 0.4.0",
33
"color: white; background: #cca900; font-weight: 700;",
44
"color: #cca900; background: white; font-weight: 700;",
55
);

0 commit comments

Comments
 (0)