Skip to content

Commit

Permalink
docs(global): version number updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianneto committed Feb 10, 2017
1 parent c8908bc commit 1d6f0e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $PodcastCrawler->find('https://jovemnerd.com.br/feed-nerdcast/');

### API

See the full API through this [link](http://api.podcastcrawler.com/v1/).
See the full API through this [link](http://api.podcastcrawler.com/v1.1/).

### Contribuing

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podcastcrawler/podcastcrawler",
"version": "1.0.0",
"version": "1.1.0",
"type": "library",
"description": "PHP library to find podcasts",
"keywords": ["framework", "rest", "api", "itunes", "digitalpodcast", "provider", "mp3", "podcast", "library"],
Expand Down
2 changes: 1 addition & 1 deletion src/PodcastCrawler.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Class Podcastcrawler\Podcastcrawler enables the search for podcasts to get details and mp3 files through many APIs
*
* @version v1.0.0
* @version v1.1.0
* @link https://github.com/podcastcrawler/podcastcrawler
* @license https://github.com/podcastcrawler/podcastcrawler/blob/master/LICENSE.md MIT
* @copyright 2016 Podcast Crawler
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/DigitalPodcast.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Class Podcastcrawler\Provider\DigitalPodcast
*
* @version v1.0.0
* @version v1.1.0
* @link https://github.com/podcastcrawler/podcastcrawler
* @license https://github.com/podcastcrawler/podcastcrawler/blob/master/LICENSE.md MIT
* @copyright 2016 Podcast Crawler
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/Itunes.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Class Podcastcrawler\Provider\Itunes
*
* @version v1.0.0
* @version v1.1.0
* @link https://github.com/podcastcrawler/podcastcrawler
* @license https://github.com/podcastcrawler/podcastcrawler/blob/master/LICENSE.md MIT
* @copyright 2016 Podcast Crawler
Expand Down
2 changes: 1 addition & 1 deletion src/ProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Interface Podcastcrawler\ProviderInterface
*
* @version v1.0.0
* @version v1.1.0
* @link https://github.com/podcastcrawler/podcastcrawler
* @license https://github.com/podcastcrawler/podcastcrawler/blob/master/LICENSE.md MIT
* @copyright 2016 Podcast Crawler
Expand Down

0 comments on commit 1d6f0e2

Please sign in to comment.