Skip to content

Commit

Permalink
bumped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
caseysoftware committed Oct 16, 2015
1 parent d8ec782 commit 4121ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caseysoftware/marvel-helper",
"version": "1.1.0",
"version": "1.1.2",
"type": "library",
"description": "A PHP wrapper for the Marvel Comics API",
"keywords": ["marvel", "comic", "api", "marvel comics", "avengers", "x-men"],
Expand Down
2 changes: 1 addition & 1 deletion src/Marvel/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class Client
{
const USER_AGENT = 'marvel-php/1.1.0';
const USER_AGENT = 'marvel-php/1.1.2';

protected $baseURI = 'http://gateway.marvel.com/';
protected $version = 'v1/public/';
Expand Down

0 comments on commit 4121ea4

Please sign in to comment.