Releasing v1.2.0

This commit is contained in:
Simone Margaritelli
2018-04-18 01:45:58 +02:00
parent bf160e49b8
commit 658aae7052
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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