Skip to content

Commit

Permalink
Releasing v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jul 19, 2018
1 parent eedfe07 commit 55cd781
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
Expand Up @@ -5,4 +5,4 @@
*
* See LICENSE.
*/
const VERSION = '1.3.0';
const VERSION = '1.3.1';
2 changes: 1 addition & 1 deletion arc/manifest.json
@@ -1,7 +1,7 @@
{
"name": "arc",
"description": "Your secrets keeper.",
"version": "1.3.0",
"version": "1.3.1",
"index": "index.html",
"author": {
"name": "Simone Margaritelli",
Expand Down
2 changes: 1 addition & 1 deletion arcd/config/version.go
Expand Up @@ -9,5 +9,5 @@ package config

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

0 comments on commit 55cd781

Please sign in to comment.