Skip to content

Commit

Permalink
Update version references
Browse files Browse the repository at this point in the history
  • Loading branch information
reganlawton committed Nov 18, 2018
1 parent f5bafd2 commit cc1ba7a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Oembed.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* @author reganlawton
* @package oEmbed
* @since 2.0.0
* @since 1.0.0
*
* @property OembedService $oembedService
*/
Expand Down
2 changes: 1 addition & 1 deletion src/fields/OembedField.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @author reganlawton
* @package Oembed
* @since 2.0.0
* @since 1.0.0
*/
class OembedField extends Field
{
Expand Down
2 changes: 1 addition & 1 deletion src/models/OembedModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @author reganlawton
* @package Oembed
* @since 2.0.0
* @since 1.0.0
*/
class OembedModel extends Model
{
Expand Down
2 changes: 1 addition & 1 deletion src/services/OembedService.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @author reganlawton
* @package Oembed
* @since 2.0.0
* @since 1.0.0
*/
class OembedService extends Component
{
Expand Down
2 changes: 1 addition & 1 deletion src/variables/OembedVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @author reganlawton
* @package Oembed
* @since 2.0.0
* @since 1.0.0
*/
class OembedVariable
{
Expand Down

0 comments on commit cc1ba7a

Please sign in to comment.