From ed38ee8dd3bba3eb32f2d245557cb381b7d300bd Mon Sep 17 00:00:00 2001 From: Clint Modien Date: Sun, 19 Nov 2017 13:51:48 -0600 Subject: [PATCH] Updating README and incrementing version to 1.0.10 --- README.md | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 327b12b..1078303 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ sudo macprefs restore - [x] Backup and restore `/Library/Preferences` (e.g. PowerManagement) - [x] Installable via homebrew - [x] Backup and restore shared file lists (Finder sidebar) `~/Library/Application Support/com.apple.sharedfilelist` -- [ ] Backup and restore dotfiles (e.g. $HOME/.bash_profile) +- [x] Backup and restore dotfiles (e.g. $HOME/.bash_profile) - [ ] Write a util to generate a `bash` script of `defaults write` commands by diffing a new user account against the owned account ## Problems diff --git a/version.py b/version.py index 8632197..0d67fdc 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "v1.0.9" \ No newline at end of file +__version__ = "v1.0.10" \ No newline at end of file