Skip to content

Commit 7fbfed3

Browse files
committed
Version Bump 1.37
1 parent 04e7a2f commit 7fbfed3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Changes.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ Bleeding Edge version: https://github.com/modernistik/Nmap-Parser
44

55
For a full list of changes and contributors see: https://github.com/modernistik/Nmap-Parser/commits/master
66

7+
### Changes for 1.37
8+
- Added starttime attributes and subroutine thanks to @jcrochon (PR #19)
9+
710
### Changes for 1.35
8-
- Updated build configuration thanks to @mperry2 (Pull #17)
11+
- Updated build configuration thanks to @mperry2 (PR #17)
912

1013
### Changes for 1.34
11-
- Added devicetype thanks to @jcrochon (Pull #16)
14+
- Added devicetype thanks to @jcrochon (PR #16)
1215

1316
### Changes for 1.33
1417
- Add tcp_port_state_ttl() function for export from nmap xml results. Thanks to @matrix.

Parser.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Nmap::Parser;
33
use strict;
44
use XML::Twig;
55

6-
our $VERSION = 1.36;
6+
our $VERSION = 1.37;
77

88

99
sub new {

0 commit comments

Comments
 (0)