Skip to content

Commit c3b24d3

Browse files
committed
Releasing v1.0.6
1 parent f94943f commit c3b24d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arc/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arc",
33
"description": "Your secrets keeper.",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"index": "index.html",
66
"author": {
77
"name": "Simone Margaritelli",

arcd/config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ package config
99

1010
const (
1111
APP_NAME = "arcd"
12-
APP_VERSION = "1.0.5"
12+
APP_VERSION = "1.0.6"
1313
)

0 commit comments

Comments
 (0)