README.md in dotter_dotfiles-0.3.0 vs README.md in dotter_dotfiles-0.4.0

- old
+ new

@@ -36,9 +36,10 @@ dotter unpublish PACKAGE # Make a package private after publishing it. dotter unstow PACKAGE # Unstow the given package name. dotter update PACKAGE # Updates the specified package dotter update_all # Updates all stowed packages. dotter version # Print the dotter version + dotter update_public # Updates the contents of the public git repository and then pushes it ``` This project tries to follow [Semantic Versioning](http://semver.org/) but no guarantees are made in this regard. ## TODO 1. Refactor and clean up the code. 2. ~~Implement all unimplemented commands.~~