Updated version

This commit is contained in:
Brooke Kuhlmann
2026-01-01 14:36:32 -07:00
parent 76f34a826c
commit 29b8fed495
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: 21.0.0 version: 22.0.0
license: Hippocratic-2.1 license: Hippocratic-2.1
date-released: 2025-09-19 date-released: 2026-01-01
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 21.0.0 git checkout 22.0.0
---- ----
== Usage == Usage