Skip to content

Commit

Permalink
Increment version to 2.1.0: main highlight is Windows WSL support wit…
Browse files Browse the repository at this point in the history
…h native Windows notifications.
  • Loading branch information
poetaman committed May 23, 2023
1 parent d70506f commit 34e75ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/artprint
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if ! is-at-least "5.7"; then
exit 1
fi

arttime_version="2.0.0"
arttime_version="2.1.0"

zmodload zsh/zutil
zmodload zsh/terminfo
Expand Down
2 changes: 1 addition & 1 deletion share/arttime/src/arttime.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if ! is-at-least "5.7"; then
exit 1
fi

arttime_version="2.0.0"
arttime_version="2.1.0"

zmodload zsh/zselect
zmodload zsh/zutil
Expand Down

0 comments on commit 34e75ef

Please sign in to comment.