Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RPerkuhn committed Dec 3, 2018
1 parent be47d51 commit 42e1199
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"common": {
"name": "threema-gw",
"version": "0.1.2",
"version": "0.1.3",
"news": {
"0.1.3": {
"en": "some minor improvements",
"de": "Kleine Korrekturen"
},
"0.1.2": {
"en": "added linbreak function in blockly",
"de": "Zeilenumbruch-Funktion in Blockly hinzugef�gt"
},
"0.1.1": {
"0.1.1": {
"en": "added blockly function",
"de": "Blockly Funktion hinzugefügt"
},
Expand Down Expand Up @@ -46,7 +50,7 @@
"readme": "https://github.com/RPerkuhn/ioBroker.threema-gw/blob/master/README.md",
"loglevel": "info",
"type": "messaging",
"blockly": true,
"blockly": true,
"license": "MIT",
"messagebox": true
},
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": "iobroker.threema-gw",
"version": "0.1.2",
"version": "0.1.3",
"description": "ioBroker Threema Gateway Adapter",
"author": {
"name": "Ralf Perkuhn",
Expand Down
1 change: 1 addition & 0 deletions threema-gw.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//version 0.1.3
'use strict';
const utils = require(__dirname + '/lib/utils'); // Get common adapter utils
const adapter = new utils.Adapter('threema-gw');
Expand Down

0 comments on commit 42e1199

Please sign in to comment.