Skip to content

Commit c4a2972

Browse files
committed
Prepares for 1.2.0
1 parent 334391a commit c4a2972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ brew upgrade notes
2929

3030

3131
#### Other systems
32-
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.
32+
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.
3333

3434
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.
3535

bin/notes

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ while getopts "$optstring" opt; do
7575
esac
7676
done
7777

78-
notes_version="1.1.0"
78+
notes_version="1.2.0"
7979

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

0 commit comments

Comments
 (0)