diff --git a/Makefile b/Makefile index db545b9..cf63374 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.0 +VERSION = 1.1 PREFIX = /usr/local MANPREFIX = ${PREFIX}/man diff --git a/README.md b/README.md index 3b5d4ec..90710a4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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) --- diff --git a/matrix-send b/matrix-send index 23a0ed2..3d5f606 100755 --- a/matrix-send +++ b/matrix-send @@ -1,7 +1,7 @@ #!/usr/bin/env sh # matrix-send: send a message to a Matrix room -version="1.0.1" +version="1.1" ########################### #### Generic Functions ####