mirror of
https://github.com/evilsocket/arc.git
synced 2024-05-26 22:37:37 +03:00
Releasing v1.3.0
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
*
|
||||
* See LICENSE.
|
||||
*/
|
||||
const VERSION = '1.2.1';
|
||||
const VERSION = '1.3.0';
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -9,5 +9,5 @@ package config
|
||||
|
||||
const (
|
||||
APP_NAME = "arcd"
|
||||
APP_VERSION = "1.2.1"
|
||||
APP_VERSION = "1.3.0"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user