diff --git a/CITATION.cff b/CITATION.cff index 05f83ec..240984c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,9 +2,9 @@ cff-version: 1.2.0 message: Please use the following metadata when citing this project in your work. title: macOS abstract: Shell scripts for automated macOS machine setup. -version: 19.0.0 +version: 19.0.1 license: Hippocratic-2.1 -date-released: 2024-09-19 +date-released: 2024-11-05 authors: - family-names: Kuhlmann given-names: Brooke diff --git a/README.adoc b/README.adoc index ce11621..a7d8d67 100644 --- a/README.adoc +++ b/README.adoc @@ -53,7 +53,7 @@ To install, run: ---- git clone https://github.com/bkuhlmann/mac_os.git cd mac_os -git checkout 19.0.0 +git checkout 19.0.1 ---- == Usage diff --git a/VERSIONS.adoc b/VERSIONS.adoc index a847937..d2253db 100644 --- a/VERSIONS.adoc +++ b/VERSIONS.adoc @@ -1,5 +1,10 @@ = Versions +== 19.0.1 (2024-11-05) + +* 🟢 Added macOS Defaults documentation link - Brooke Kuhlmann +* 🔼 Updated to Ruby 3.3.6 - Brooke Kuhlmann + == 19.0.0 (2024-09-19) * 🟢 Added version release notes - Brooke Kuhlmann