Skip to content

Commit

Permalink
Version Bump 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
apersaud committed Jan 26, 2019
1 parent 04e7a2f commit 7fbfed3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Changes.md
Expand Up @@ -4,11 +4,14 @@ Bleeding Edge version: https://github.com/modernistik/Nmap-Parser

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

### Changes for 1.37
- Added starttime attributes and subroutine thanks to @jcrochon (PR #19)

### Changes for 1.35
- Updated build configuration thanks to @mperry2 (Pull #17)
- Updated build configuration thanks to @mperry2 (PR #17)

### Changes for 1.34
- Added devicetype thanks to @jcrochon (Pull #16)
- Added devicetype thanks to @jcrochon (PR #16)

### Changes for 1.33
- Add tcp_port_state_ttl() function for export from nmap xml results. Thanks to @matrix.
Expand Down
2 changes: 1 addition & 1 deletion Parser.pm
Expand Up @@ -3,7 +3,7 @@ package Nmap::Parser;
use strict;
use XML::Twig;

our $VERSION = 1.36;
our $VERSION = 1.37;


sub new {
Expand Down

0 comments on commit 7fbfed3

Please sign in to comment.