Skip to content

Commit 16d8bb6

Browse files
committed
Releasing v1.2.1
1 parent 2db675d commit 16d8bb6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

arc/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*
66
* See LICENSE.
77
*/
8-
const VERSION = '1.2.0';
8+
const VERSION = '1.2.1';

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.2.0",
4+
"version": "1.2.1",
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.2.0"
12+
APP_VERSION = "1.2.1"
1313
)

0 commit comments

Comments
 (0)