Version 2.0 -> 2.1

This commit is contained in:
Jeremy 2023-01-09 12:58:47 +13:00
parent 59b9ba67b7
commit 3ed1af15d0
2 changed files with 2 additions and 2 deletions

View file

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

View file

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