Skip to content

Commit

Permalink
Revert "Correct verion number"
Browse files Browse the repository at this point in the history
This reverts commit 247d294.
  • Loading branch information
tomvanswam committed Apr 13, 2022
1 parent 247d294 commit 1f2214a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,23 +454,23 @@ The following languages are supported:

| Language | Yaml value | Supported | Translated by |
| --------- | ---------- | --------- | ----------------------------------------------------------------------------------- |
| Bulgarian | `bg` | v1.3.0 | [@Saentist](https://github.com/Saentist) |
| Bulgarian | `bg` | v1.4.0 | [@Saentist](https://github.com/Saentist) |
| Czech | `cz` | v0.4.0 | [@woodcat64](https://github.com/Woodcat64) |
| Danish | `da` | v1.3.0 | [@DurgNomis-drol](https://github.com/DurgNomis-drol) |
| Dutch | `nl` | v0.3.0 | [@tomvanswam](https://github.com/tomvanswam) |
| English | `en` | v0.3.0 | [@tomvanswam](https://github.com/tomvanswam) |
| French | `fr` | v0.3.1 | [@andilge](https://github.com/andilge) |
| German | `de` | v0.3.0 | [@rainer-geiger](https://github.com/rainer-geiger) |
| Hungarian | `hu` | v1.0.0 | [@bboti86](https://github.com/bboti86) |
| Icelandic | `is` | v1.4.0 | [@halliiav](https://github.com/halliiav) |
| Icelandic | `is` | v1.5.0 | [@halliiav](https://github.com/halliiav) |
| Italian | `it` | v0.3.0 | [@matteofranceschini](https://github.com/matteofranceschini) |
| Norwegian | `no` | v0.3.1 | [@hwikene](https://github.com/hwikene) |
| Portugese | `pt` | v0.3.1 | [@andilge](https://github.com/andilge) |
| Polish | `pl` | v0.3.2 | [@porebas](https://github.com/porebas) |
| Slovenian | `sl` | v1.2.0 | [@thehijacker](https://github.com/thehijacker) |
| Russian | `ru` | v0.4.0 | [@artemyevav](https://github.com/artemyevav) |
| Spanish | `es` | v0.3.1 | [@andilge](https://github.com/andilge) |
| Swedish | `se` | v1.4.0 | [@Boris65](https://github.com/Boris65) and [@nickrout](https://github.com/nickrout) |
| Swedish | `se` | v1.5.0 | [@Boris65](https://github.com/Boris65) and [@nickrout](https://github.com/nickrout) |

Pick the language in the visual editor, or add it to yaml config.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compass-card",
"version": "1.4.0",
"version": "1.5.0",
"description": "Lovelace compass-card",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { localize } from './localize/localize';

export const CARD_VERSION = '1.4.0';
export const CARD_VERSION = '1.5.0';
export const ICONS = {
compass: 'mdi:compass',
};
Expand Down

0 comments on commit 1f2214a

Please sign in to comment.