Skip to content

Commit cc954fd

Browse files
committed
Increase version to 0.8.2
1 parent 6e1ef86 commit cc954fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $eumm_version =~ s/_//;
1010
WriteMakefile(
1111
NAME => 'KeePass4Web',
1212
AUTHOR => q{Viktor Liu},
13-
VERSION => '0.8.1',
13+
VERSION => '0.8.2',
1414
ABSTRACT => 'KeePass web application',
1515
($eumm_version >= 6.3001 ? ('LICENSE'=> 'gpl_3') : ()),
1616
PL_FILES => {},

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "KeePass4Web",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Web KeePass application",
55
"main": "src/scripts/app.js",
66
"scripts": {

0 commit comments

Comments
 (0)