Skip to content

Commit

Permalink
Release: v0.5.13-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
CupOfTea696 committed Jun 6, 2015
1 parent 4fb76a4 commit 2049f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Handlers/Events/RemoveTokensFromSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Session;
use CupOfTea\YouTube\YouTube;

class UpdateUserLastSeenAt {
class RemoveTokensFromSession {

/**
* Create the event handler.
Expand Down
2 changes: 1 addition & 1 deletion src/YouTube.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class YouTube implements ProviderContract, Serializable {
use Package;

const PACKAGE = 'CupOfTea/YouTube';
const VERSION = '0.5.12-beta';
const VERSION = '0.5.13-beta';

/**
* Available Resources for this API.
Expand Down

0 comments on commit 2049f0e

Please sign in to comment.