diff --git a/README.md b/README.md index f15ea21d..59817ddc 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Notes: - Show KiAuto installation information for `info` (v2.0.0) - Print the page frame in GUI mode for `pcb_print` (v1.6.7) -[**KiKit**](https://github.com/yaqwsx/KiKit) v1.3.0 [![Tool](https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png)](https://github.com/yaqwsx/KiKit) ![Auto-download](https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/auto_download-22x22.png) +[**KiKit**](https://github.com/yaqwsx/KiKit) v1.3.0.4 [![Tool](https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png)](https://github.com/yaqwsx/KiKit) ![Auto-download](https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/auto_download-22x22.png) - Mandatory for: `panelize`, `stencil_3d`, `stencil_for_jig` - Optional to separate multiboard projects for general use diff --git a/kibot/dep_downloader.py b/kibot/dep_downloader.py index 9a8cb564..c0f8a461 100644 --- a/kibot/dep_downloader.py +++ b/kibot/dep_downloader.py @@ -73,7 +73,7 @@ Dependencies: github: yaqwsx/KiKit pypi: KiKit downloader: pytool - version: 1.3.0 + version: 1.3.0.4 - from: KiKit role: Separate multiboard projects - name: Xvfbwrapper diff --git a/src/kibot-check b/src/kibot-check index 436aae4c..a25be710 100755 --- a/src/kibot-check +++ b/src/kibot-check @@ -719,7 +719,8 @@ deps = '{\ "version": [\ 1,\ 3,\ - 0\ + 0,\ + 4\ ]\ },\ {\ @@ -730,7 +731,8 @@ deps = '{\ "version": [\ 1,\ 3,\ - 0\ + 0,\ + 4\ ]\ },\ {\ @@ -741,7 +743,8 @@ deps = '{\ "version": [\ 1,\ 3,\ - 0\ + 0,\ + 4\ ]\ },\ {\ @@ -752,7 +755,8 @@ deps = '{\ "version": [\ 1,\ 3,\ - 0\ + 0,\ + 4\ ]\ }\ ],\