Skip to content

Commit

Permalink
Releasing v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Aug 20, 2018
1 parent 54d28db commit 6385bf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arc/js/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*
* See LICENSE.
*/
const VERSION = '1.3.1';
const VERSION = '1.3.2';
2 changes: 1 addition & 1 deletion arc/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arc",
"description": "Your secrets keeper.",
"version": "1.3.1",
"version": "1.3.2",
"index": "index.html",
"author": {
"name": "Simone Margaritelli",
Expand Down
2 changes: 1 addition & 1 deletion arcd/config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ package config

const (
APP_NAME = "arcd"
APP_VERSION = "1.3.1"
APP_VERSION = "1.3.2"
)

0 comments on commit 6385bf2

Please sign in to comment.