Update version numbers
This commit is contained in:
parent
050284e13d
commit
eee2a75739
3 changed files with 4 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 1.0
|
VERSION = 1.1
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
MANPREFIX = ${PREFIX}/man
|
MANPREFIX = ${PREFIX}/man
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -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 ####
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue