From 257cc97d84bed4f638315da018f83f27386b7371 Mon Sep 17 00:00:00 2001 From: Obijuan Date: Mon, 27 May 2024 11:33:46 +0200 Subject: [PATCH] version bumped to 0.2.3. --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48b4acbc..45123fff 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.2.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.3.zip) or [development](https://github.com/FPGAwars/iceWires/archive/refs/heads/main.zip) * Install the collection: *Tools > Collections > Add* * Select the collection: *Select > Collection* @@ -601,4 +601,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.2.0-orange.svg +[version-image]: https://img.shields.io/badge/version-v0.2.3-orange.svg diff --git a/package.json b/package.json index 135dab43..366e35ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icewires", - "version": "0.2.0", + "version": "0.2.3", "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",