Version 2.0 -> 2.1
This commit is contained in:
parent
f006c27174
commit
28c1bbafb0
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION = 2.0
|
||||
VERSION = 2.1
|
||||
PREFIX = /usr/local
|
||||
MANPREFIX = ${PREFIX}/man
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue