Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
increment api version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Oct 9, 2018
1 parent b5f499a commit 6f98353
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
1.1205 XXXX-XX-XX
1.1205 2018-10-08
- Incremented API version number to 3.1.
- Lots of fixes and additions thanks to Paul Cochrane/
- Added continuous integration configs for Travis and AppVeyor.
- Fixed typos in documentation.
- Added more information to dist metadata.
Expand Down
4 changes: 2 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name = Facebook-Graph
author = JT Smith <[email protected]>
license = Perl_5
copyright_holder = Plain Black Corporation
copyright_year = 2017
version = 1.1204
copyright_year = 2018
version = 1.1205

[GatherDir]
[PruneCruft]
Expand Down
2 changes: 1 addition & 1 deletion lib/Facebook/Graph/Role/Uri.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sub uri {

has api_version => (
is => 'rw',
default => 'v2.8',
default => 'v3.1',
);

sub generate_versioned_path {
Expand Down

0 comments on commit 6f98353

Please sign in to comment.