Skip to content

Commit

Permalink
Prepares for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebebak committed Apr 10, 2019
1 parent 334391a commit c4a2972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ brew upgrade notes


#### Other systems
Clone this repo, or download and unzip the [tarball](https://github.com/kylebebak/notes/archive/1.1.0.tar.gz). Either add the `bin` directory to your `$PATH`, or create a symlink in your `$PATH` that points to the **notes** executable in the `bin` directory.
Clone this repo, or download and unzip the [tarball](https://github.com/kylebebak/notes/archive/1.2.0.tar.gz). Either add the `bin` directory to your `$PATH`, or create a symlink in your `$PATH` that points to the **notes** executable in the `bin` directory.

If you execute **notes** via symlink, *make sure that the name of the target file (the symlink) is also notes*. Otherwise, tab completions won't work.

Expand Down
2 changes: 1 addition & 1 deletion bin/notes
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ while getopts "$optstring" opt; do
esac
done

notes_version="1.1.0"
notes_version="1.2.0"

# prompt user to enter valid notes directory, and update .notesrc
if [[ ! -d "${_dir}" ]] || [[ ! "${_dir}" = /* ]]; then
Expand Down

0 comments on commit c4a2972

Please sign in to comment.