diff --git a/README.md b/README.md index 68342f7..ebd26f5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This section is intended for the developer. It can be deleted later. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### 0.0.3-alpha.2 (2023-06-23) +### 0.0.3-alpha.3 (2023-06-23) * (HGlab01) first release ## License diff --git a/io-package.json b/io-package.json index 8def207..7eb3d22 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "tinymqttbroker", - "version": "0.0.3-alpha.2", + "version": "0.0.3-alpha.3", "news": { + "0.0.3-alpha.3": { + "en": "first release", + "de": "erste veröffentlichung", + "ru": "первый релиз", + "pt": "primeiro lançamento", + "nl": "eerste vrijlating", + "fr": "première version", + "it": "primo rilascio", + "es": "primera liberación", + "pl": "pierwsze wydanie", + "uk": "перший реліз", + "zh-cn": "首次释放" + }, "0.0.3-alpha.2": { "en": "first release", "de": "erste veröffentlichung", diff --git a/package-lock.json b/package-lock.json index f505b98..e45cee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.tinymqttbroker", - "version": "0.0.3-alpha.2", + "version": "0.0.3-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.tinymqttbroker", - "version": "0.0.3-alpha.2", + "version": "0.0.3-alpha.3", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.8", diff --git a/package.json b/package.json index 1ad969b..19629d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.tinymqttbroker", - "version": "0.0.3-alpha.2", + "version": "0.0.3-alpha.3", "description": "tinymqttbroker", "author": { "name": "HGlab01",