From c1f3885f4c79f6fce3d3a2519479467d321e80fe Mon Sep 17 00:00:00 2001 From: Viktor Liu Date: Sun, 14 May 2017 20:37:51 +0200 Subject: [PATCH] Increase version to 0.6.2 --- Makefile.PL | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index b5b29e7..ffeee9a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ $eumm_version =~ s/_//; WriteMakefile( NAME => 'KeePass4Web', AUTHOR => q{Viktor Liu}, - VERSION => '0.6.1', + VERSION => '0.6.2', ABSTRACT => 'KeePass web application', ($eumm_version >= 6.3001 ? ('LICENSE'=> 'gpl_3') : ()), PL_FILES => {}, diff --git a/package.json b/package.json index 974504e..f4100db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "KeePass4Web", - "version": "0.6.1", + "version": "0.6.2", "description": "Web KeePass application", "main": "src/scripts/app.js", "scripts": {