Updated version

This commit is contained in:
Brooke Kuhlmann
2025-07-15 19:53:37 -06:00
parent 25431a3b59
commit 23f8087814
2 changed files with 3 additions and 3 deletions

View File

@@ -2,9 +2,9 @@ cff-version: 1.2.0
message: Please use the following metadata when citing this project in your work. message: Please use the following metadata when citing this project in your work.
title: macOS title: macOS
abstract: Shell scripts for automated macOS machine setup. abstract: Shell scripts for automated macOS machine setup.
version: 20.2.0 version: 20.3.0
license: Hippocratic-2.1 license: Hippocratic-2.1
date-released: 2025-04-18 date-released: 2025-07-15
authors: authors:
- family-names: Kuhlmann - family-names: Kuhlmann
given-names: Brooke given-names: Brooke

View File

@@ -53,7 +53,7 @@ To install, run:
---- ----
git clone https://github.com/bkuhlmann/mac_os.git git clone https://github.com/bkuhlmann/mac_os.git
cd mac_os cd mac_os
git checkout 20.2.0 git checkout 20.3.0
---- ----
== Usage == Usage