Skip to content

Commit

Permalink
Fixed admin build files (missing translations)
Browse files Browse the repository at this point in the history
  • Loading branch information
crycode-de committed Jun 22, 2021
1 parent bf9e946 commit ce3030e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ By writing JSON data to the `raw.send` state you are able to send CAN messages c

## Changelog

### 1.2.0 (2021-06-22)
### 1.2.1 (2021-06-22)
* (crycode-de) Added option to automatically set a certain value in a given interval for each parser
* (crycode-de) Added checks for duplicate parser IDs
* (VeSler) Russian translation updates
Expand Down
6 changes: 3 additions & 3 deletions admin/build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/build/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"common": {
"name": "canbus",
"version": "1.2.0",
"version": "1.2.1",
"news": {
"1.2.0": {
"1.2.1": {
"en": "Added option to automatically set a certain value in a given interval for each parser",
"de": "Option hinzugefügt, um für jeden Parser automatisch einen bestimmten Wert in einem bestimmten Intervall zu setzen",
"ru": "Добавлена возможность автоматически устанавливать определенное значение в заданном интервале для каждого парсера.",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.canbus",
"version": "1.2.0",
"version": "1.2.1",
"description": "CAN Bus integration",
"author": {
"name": "Peter Müller",
Expand Down

0 comments on commit ce3030e

Please sign in to comment.