diff --git a/README.md b/README.md index f01662ce..0cd49c24 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Licensed under [LGPL-3.0](https://opensource.org/licenses/LGPL-3.0). For installing and using this colection in Icestudio follow these steps: -* Download the collection: [stable](https://github.com/FPGAwars/iceWires/archive/refs/tags/v0.1.0.zip) or [development](https://github.com/FPGAwars/iceWires/archive/refs/heads/main.zip) +* Download the collection: [stable](https://github.com/FPGAwars/iceWires/archive/refs/tags/v0.2.0.zip) or [development](https://github.com/FPGAwars/iceWires/archive/refs/heads/main.zip) * Install the collection: *Tools > Collections > Add* * Select the collection: *Select > Collection* @@ -1026,4 +1026,4 @@ For installing and using this colection in Icestudio follow these steps: [icestudio-image]: https://img.shields.io/badge/collection-icestudio-blue.svg [icestudio-url]: https://github.com/FPGAwars/icestudio -[version-image]: https://img.shields.io/badge/version-v0.1.0-orange.svg +[version-image]: https://img.shields.io/badge/version-v0.2.0-orange.svg diff --git a/package.json b/package.json index 2553cfd0..135dab43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icewires", - "version": "0.1.0", + "version": "0.2.0", "description": "Working with wires and buses", "header": "https://github.com/FPGAwars/iceWires/raw/main/wiki/Logo/iceWires-collection-github.png", "footer": "https://github.com/FPGAwars/icestudio-wiki/raw/main/Logos/fgpawars-banner.svg",