Skip to content

Commit

Permalink
v1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Mar 24, 2018
1 parent 2cdfb97 commit 86b2814
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
}
},
"release_status" : "stable",
"version" : "1.37"
"version" : "1.38"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ no_index:
requires:
EV: '4'
Types::Serialiser: '0'
version: '1.37'
version: '1.38'
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
EV::Tarantool16 - EV client for Tarantool 1.6

VESRION
Version 1.37
Version 1.38

SYNOPSIS
use EV::Tarantool16;
Expand Down
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EV::Tarantool16 - EV client for Tarantool 1.6

=head1 VESRION

Version 1.37
Version 1.38


=cut
Expand Down
4 changes: 2 additions & 2 deletions lib/EV/Tarantool16.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use Types::Serialiser;

our $VERSION = '1.37';
our $VERSION = '1.38';

use EV ();

Expand Down Expand Up @@ -46,7 +46,7 @@ EV::Tarantool16 - EV client for Tarantool 1.6
=head1 VESRION
Version 1.37
Version 1.38
=cut

Expand Down

0 comments on commit 86b2814

Please sign in to comment.