Version 2.0 -> 2.1

This commit is contained in:
Jeremy Baxter 2023-01-09 12:58:47 +13:00
parent f006c27174
commit 28c1bbafb0
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -25,7 +25,7 @@ getopt = require "posix.unistd".getopt
cjson = require "cjson"
ltn12 = require "ltn12"
version = "2.0"
version = "2.1"
confdir = string.gsub("~/.config/matrix-send", '~', os.getenv("HOME"), 1)
confpath = confdir .. "/config.lua"
confvarv = os.getenv("MATRIXSEND_CONFIG")