Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Aug 31, 2017
1 parent 42a6fe6 commit cb60bf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Release Notes

## 0.7.0 (2017-??-??)
## 0.7.0 (2017-09-01)

* New in PIO Home:
- New Project
- Import Arduino IDE Project
- Project Examples
- Open Project
- Project Examples
* Migrate to "platformio-node-helpers", a common interface for Node.JS based PlatformIO IDE extensions
* Revert back "Run a task" button on the PIO Toolbar

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": "platformio-ide",
"version": "0.7.0-alpha.1",
"version": "0.7.0",
"preview": true,
"displayName": "PlatformIO IDE",
"description": "Official PlatformIO IDE for VSCode: The next generation integrated development environment for IoT. Cross-platform build system and unified debugger. Remote unit testing and firmware updates.",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

export const AUTO_REBUILD_DELAY = 3000;
export const IS_WINDOWS = process.platform.startsWith('win');
export const PIO_CORE_MIN_VERSION = '3.5.0-a.5';
export const PIO_CORE_MIN_VERSION = '3.5.0-a.6';

0 comments on commit cb60bf1

Please sign in to comment.