bump version to 0.3.0 - svkbd - simple virtual keyboard | |
git clone git://git.suckless.org/svkbd | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 7f59daca5f83aec7630e1aaee2bbf0948cd5a38a | |
parent 6dc8c78b82acdaeb0c4c4f81b96faa23ccbee826 | |
Author: Maarten van Gompel <[email protected]> | |
Date: Sat, 6 Mar 2021 00:43:48 +0100 | |
bump version to 0.3.0 | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -3,7 +3,7 @@ | |
.POSIX: | |
NAME = svkbd | |
-VERSION = 0.2.2 | |
+VERSION = 0.3.0 | |
include config.mk | |