From 575dd252fdce46043e5c43c7cdd7192b7c730114 Mon Sep 17 00:00:00 2001 From: Ryan Walmsley Date: Sat, 10 Nov 2018 11:07:31 +0000 Subject: [PATCH] Bump version, include translations --- pxt.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pxt.json b/pxt.json index 5257438..8298864 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "IoTLoRaNode", - "version": "0.1.0", + "version": "0.1.1", "description": "Package for Pi Supply IoT LoRa Node", "license": "GPL V3", "dependencies": { @@ -8,10 +8,14 @@ }, "files": [ "README.md", - "main.ts" + "main.ts", + "_locales/de/IoTLoRaNode-strings.json", + "_locales/fr/IoTLoRaNode-strings.json", + "_locales/it/IoTLoRaNode-strings.json", + "_locales/nl/IoTLoRaNode-strings.json" ], "testFiles": [ "test.ts" ], "public": true -} \ No newline at end of file +}