Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesiscoding committed May 2, 2023
1 parent 19c8cff commit 018804d
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.0.1
v2.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": "0.1.0",
"version": "2.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 018804d

Please sign in to comment.