Skip to content

Commit ce3030e

Browse files
committed
Fixed admin build files (missing translations)
1 parent bf9e946 commit ce3030e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ By writing JSON data to the `raw.send` state you are able to send CAN messages c
151151

152152
## Changelog
153153

154-
### 1.2.0 (2021-06-22)
154+
### 1.2.1 (2021-06-22)
155155
* (crycode-de) Added option to automatically set a certain value in a given interval for each parser
156156
* (crycode-de) Added checks for duplicate parser IDs
157157
* (VeSler) Russian translation updates

admin/build/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/build/index.js.map

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

io-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"common": {
33
"name": "canbus",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"news": {
6-
"1.2.0": {
6+
"1.2.1": {
77
"en": "Added option to automatically set a certain value in a given interval for each parser",
88
"de": "Option hinzugefügt, um für jeden Parser automatisch einen bestimmten Wert in einem bestimmten Intervall zu setzen",
99
"ru": "Добавлена возможность автоматически устанавливать определенное значение в заданном интервале для каждого парсера.",

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": "iobroker.canbus",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "CAN Bus integration",
55
"author": {
66
"name": "Peter Müller",

0 commit comments

Comments
 (0)