Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesiscoding committed Jun 6, 2023
1 parent 48e5949 commit 5bab9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.1
v2.1.1
2 changes: 1 addition & 1 deletion bpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mac-libs",
"version": "2.1",
"version": "2.1.1",
"description": "Bash libraries for macOS administration scripts.",
"global": true,
"install": "mkdir -p ${PREFIX:-/usr/local}/sbin/lib && rsync -a --ignore-times --delete --exclude='.git' --exclude='bpkg.json' --exclude='resources/' $(pwd)/ ${PREFIX:-/usr/local}/sbin/lib/mac-libs/"
Expand Down

0 comments on commit 5bab9cf

Please sign in to comment.