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

@ -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")