Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Increase version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lixmal committed Oct 12, 2016
1 parent 462b6c9 commit 1e4856a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ $eumm_version =~ s/_//;
WriteMakefile(
NAME => 'KeePass4Web',
AUTHOR => q{Viktor Liu},
VERSION => '0.1.0',
VERSION => '0.2.0',
ABSTRACT => 'KeePass web application',
($eumm_version >= 6.3001 ? ('LICENSE'=> 'GPLv3') : ()),
($eumm_version >= 6.3001 ? ('LICENSE'=> 'gpl_3') : ()),
PL_FILES => {},

PREREQ_PM => {
Expand Down Expand Up @@ -51,6 +51,8 @@ WriteMakefile(
# 'Net::LDAP' => 0,
# 'Net::LDAP::Util' => 0,
# 'Authen::Htpasswd' => 0,
# 'WebService::Dropbox' => 0,
# 'LWP::UserAgent' => 0,
# 'Crypt::Eksblowfish::Bcrypt' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "KeePass4Web",
"version": "0.1.0",
"version": "0.2.0",
"description": "Web KeePass application",
"main": "src/scripts/app.js",
"scripts": {
Expand Down

0 comments on commit 1e4856a

Please sign in to comment.