Skip to content

Commit 6744eeb

Browse files
Updated version to v1.3.6
1 parent cada055 commit 6744eeb

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# keepass2-haveibeenpwned Changelog
22

3+
### v1.3.6 - 2019-11-02
4+
* Fix broken version number on previous release
5+
36
### v1.3.5 - 2019-10-26
47
* Fix crash before username check results were displayed
58
* Update readme to add instructions on how to use the api key.

HaveIBeenPwned.plgx

0 Bytes
Binary file not shown.

HaveIBeenPwned/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.5.0")]
36-
[assembly: AssemblyFileVersion("1.3.5.0")]
35+
[assembly: AssemblyVersion("1.3.6.0")]
36+
[assembly: AssemblyFileVersion("1.3.6.0")]

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:
2-
HaveIBeenPwned checker:1.3.4
2+
HaveIBeenPwned checker:1.3.6
33
:

mono/HaveIBeenPwned.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)