Commit 1da2c5d2 authored by Jonatan Antoni's avatar Jonatan Antoni
Browse files

Fixup typo in release history

parent 39406132
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ set -o pipefail
# Set version of gen pack library
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
# Use the tag name without the prefix "v", e.g., 0.7.0
REQUIRED_GEN_PACK_LIB="0.9.0"
REQUIRED_GEN_PACK_LIB="0.9.1"

DIRNAME=$(dirname "$(readlink -f "$0")")
GENDIR=../html
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ set -o pipefail
# Set version of gen pack library
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
# Use the tag name without the prefix "v", e.g., 0.7.0
REQUIRED_GEN_PACK_LIB="0.9.0"
REQUIRED_GEN_PACK_LIB="0.9.1"

# Set default command line arguments
DEFAULT_ARGS=(-c "v")
+1 −1

File changed.

Contains only whitespace changes.