Skip to content

Commit

Permalink
Bump version, include translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanteck committed Nov 10, 2018
1 parent 0805872 commit 575dd25
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pxt.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"name": "IoTLoRaNode",
"version": "0.1.0",
"version": "0.1.1",
"description": "Package for Pi Supply IoT LoRa Node",
"license": "GPL V3",
"dependencies": {
"core": "*"
},
"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
}
}

0 comments on commit 575dd25

Please sign in to comment.