Skip to content

Commit

Permalink
release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed Dec 7, 2015
1 parent 9470d84 commit 26808fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ lib/EWS/Calendar/Item.pm
lib/EWS/Calendar/Mailbox.pm
lib/EWS/Calendar/ResultSet.pm
lib/EWS/Calendar/Role/Reader.pm
lib/EWS/Calendar/Role/RetrieveAvailability.pm
lib/EWS/Calendar/Role/RetrieveWithinWindow.pm
lib/EWS/Calendar/Window.pm
lib/EWS/Client.pm
Expand All @@ -16,6 +17,8 @@ lib/EWS/Client/Role/FindFolder.pm
lib/EWS/Client/Role/FindItem.pm
lib/EWS/Client/Role/GetFolder.pm
lib/EWS/Client/Role/GetItem.pm
lib/EWS/Client/Role/GetUserAvailability.pm
lib/EWS/Client/Role/ResolveNames.pm
lib/EWS/Client/Role/SOAP.pm
lib/EWS/Contacts/Item.pm
lib/EWS/Contacts/ResultSet.pm
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ resources:
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=EWS-Client
homepage: https://github.com/ollyg/EWS-Client/wiki
repository: git://github.com/ollyg/EWS-Client.git
version: 1.200001
version: 1.300000
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ my %WriteMakefileArgs = (
'XML::Compile::Transport::SOAPHTTP' => '0',
'XML::Compile::WSDL11' => '0'
},
'VERSION' => '1.200001',
'VERSION' => '1.300000',
'test' => {
'TESTS' => 't/*.t'
}
Expand Down
2 changes: 1 addition & 1 deletion lib/EWS/Client.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package EWS::Client;
BEGIN {
$EWS::Client::VERSION = '1.200001';
$EWS::Client::VERSION = '1.300000';
}
use Moose;

Expand Down

0 comments on commit 26808fc

Please sign in to comment.