bump 1.2.0
This commit is contained in:
parent
6caddeddcc
commit
971cf01abe
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue