From 971cf01abeef7713816259c7c97ae94b0b7307ee Mon Sep 17 00:00:00 2001 From: "Morgan 'ARR\\!' Allen" Date: Sun, 9 Apr 2017 21:16:32 -0700 Subject: [PATCH] bump 1.2.0 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4bdf75..ad77d35 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index a03a7d0..9113014 100644 --- a/package.json +++ b/package.json @@ -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": {