Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 2, 2015
1 parent 2fc65e0 commit 49b0e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firmware/voodoospark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
******************************************************************************
* @file voodoospark.cpp
* @author Chris Williams
* @version V3.0.0-pre
* @version V3.0.0
* @date 30-Sept-2015
* @brief Exposes the firmware level API through a TCP Connection initiated
* to the Particle devices (Core and Photon)
Expand Down
4 changes: 2 additions & 2 deletions particle.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "voodoospark",
"author": "Chris Williams <[email protected]>",
"license": "MIT",
"version": "2.7.2",
"description": "TCP enabled IO protocol for Spark Device (Core, Photon) communication"
"version": "3.0.0",
"description": "TCP enabled IO protocol for Particle Device (Core, Photon) communication"
}

0 comments on commit 49b0e10

Please sign in to comment.