We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa61157 commit c61f712Copy full SHA for c61f712
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "github-flexi-card",
3
- "version": "0.3.0",
+ "version": "0.4.0",
4
"description": "Home assistant github card",
5
"main": "dist/github-flexi-card.js",
6
"scripts": {
src/utils.ts
@@ -1,5 +1,5 @@
export const printVersion = () => console.info(
- "%c GITHUB-FLEXI-CARD %c 0.3.0",
+ "%c GITHUB-FLEXI-CARD %c 0.4.0",
"color: white; background: #cca900; font-weight: 700;",
"color: #cca900; background: white; font-weight: 700;",
);
0 commit comments