From 37c64a9faa6b00c96101cb33fc39eebdb00ae768 Mon Sep 17 00:00:00 2001 From: Viktor Liu Date: Sun, 30 Oct 2016 20:08:15 +0100 Subject: [PATCH] Increase version to 0.4.0 --- Makefile.PL | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 39db225..59ed50c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ $eumm_version =~ s/_//; WriteMakefile( NAME => 'KeePass4Web', AUTHOR => q{Viktor Liu}, - VERSION => '0.3.0', + VERSION => '0.4.0', ABSTRACT => 'KeePass web application', ($eumm_version >= 6.3001 ? ('LICENSE'=> 'gpl_3') : ()), PL_FILES => {}, diff --git a/package.json b/package.json index 80f9ace..c6824c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "KeePass4Web", - "version": "0.3.0", + "version": "0.4.0", "description": "Web KeePass application", "main": "src/scripts/app.js", "scripts": {