bump 1.2.0

This commit is contained in:
Morgan 'ARR\!' Allen 2017-04-09 21:16:32 -07:00
parent 6caddeddcc
commit 971cf01abe
2 changed files with 3 additions and 3 deletions

View File

@ -23,5 +23,5 @@ pos2csv -i test/top.pos -f test/feeds.csv -o pnp.csv
## Feed file
The feed file is generated by the Pick and Place. Go through the normal
setup process on the machine, saving the file to the SD card. Fetch the
project file from the card. The feed is the second section in the file.
Sections start with %.
project file from the card. This will maintain the rest of the file as is
while updating the section pertaining to placements.

View File

@ -1,6 +1,6 @@
{
"name": "pos2charmhigh",
"version": "1.0.0",
"version": "1.2.0",
"description": "Translates KiCAD .pos files to Charmhigh CSV",
"main": "index.js",
"scripts": {