Releasing v1.2.1

This commit is contained in:
evilsocket
2018-05-13 15:45:14 +02:00
parent 2db675d182
commit 16d8bb6c4e
3 changed files with 3 additions and 3 deletions

View File

@@ -5,4 +5,4 @@
*
* See LICENSE.
*/
const VERSION = '1.2.0';
const VERSION = '1.2.1';

View File

@@ -1,7 +1,7 @@
{
"name": "arc",
"description": "Your secrets keeper.",
"version": "1.2.0",
"version": "1.2.1",
"index": "index.html",
"author": {
"name": "Simone Margaritelli",

View File

@@ -9,5 +9,5 @@ package config
const (
APP_NAME = "arcd"
APP_VERSION = "1.2.0"
APP_VERSION = "1.2.1"
)