Skip to content

Commit

Permalink
Merge branch 'release/v4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Feb 7, 2019
2 parents f35dcc0 + 409221f commit d0d6a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"homepage": "http://platformio.org/platforms/teensy",
"license": "Apache-2.0",
"engines": {
"platformio": "^3.0.0"
"platformio": "<5"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-teensy.git"
},
"version": "3.7.1",
"version": "4.0.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
Expand Down Expand Up @@ -46,7 +46,7 @@
"framework-mbed": {
"type": "framework",
"optional": true,
"version": "~5.51001.1"
"version": "~5.51103.190202"
},
"tool-teensy": {
"type": "uploader",
Expand Down

0 comments on commit d0d6a3c

Please sign in to comment.