Releasing v1.3.0

This commit is contained in:
evilsocket
2018-07-16 08:53:15 +02:00
parent ecd4ff9224
commit 46b36bfc8c
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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