Update version numbers

This commit is contained in:
Jeremy Baxter 2022-08-04 17:47:59 +12:00
parent 80a1b7a1f8
commit d0807670ba
3 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
VERSION = 1.0 VERSION = 1.1
PREFIX = /usr/local PREFIX = /usr/local
MANPREFIX = ${PREFIX}/man MANPREFIX = ${PREFIX}/man

View file

@ -2,6 +2,8 @@
A script that sends a message to a Matrix room. A script that sends a message to a Matrix room.
*Version 1.1*
[Read the manual page](https://jtbx.codeberg.page/man/matrix-send.1) [Read the manual page](https://jtbx.codeberg.page/man/matrix-send.1)
--- ---

View file

@ -1,7 +1,7 @@
#!/usr/bin/env sh #!/usr/bin/env sh
# matrix-send: send a message to a Matrix room # matrix-send: send a message to a Matrix room
version="1.0.1" version="1.1"
########################### ###########################
#### Generic Functions #### #### Generic Functions ####