Skip to content

1.2.2: Fix number creation when its bigger than 10

Latest
Compare
Choose a tag to compare
@gumieri gumieri released this 27 Aug 17:23

Fix bug when creating more than 11 notes, the incremental number (ID) does not increase to 11.

Go to the README to know how to use and how to install.

If you are using Mac OS or Linux, you can install using the commands:

curl -L https://github.com/gumieri/note/releases/download/v1.2.2/note-`uname -s`-`uname -m` -o /usr/local/bin/note
chmod +x /usr/local/bin/note