Skip to content

Commit

Permalink
Preparation for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jocic committed Nov 25, 2018
1 parent 5736342 commit 279e336
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/alarm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for alarm.
.\" Contact [email protected] to correct errors or typos.
.TH ALARM "1" "23 Nov 2018" "1.1.0" "General Commands Manual"
.TH ALARM "1" "23 Nov 2018" "1.1.1" "General Commands Manual"
.SH NAME
alarm \- creates countdown, interval, or an alarm.
.SH SYNOPSIS
Expand Down
Binary file modified man/alarm.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/alarm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

user_id=$(id -u);
source_dir="$(cd "$( dirname "${BASH_SOURCE[0]}")" && pwd)"
version="1.1.0";
version="1.1.1";

###################
# REGEX VARIABLES #
Expand Down

0 comments on commit 279e336

Please sign in to comment.