From eee2a75739db8a116a3435531a3248a00383de14 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 4 Aug 2022 17:47:59 +1200 Subject: [PATCH] Update version numbers --- Makefile | 2 +- README.md | 2 ++ matrix-send | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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 ####