Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Commit

Permalink
Bump version number and append to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sdornan committed Nov 29, 2011
1 parent b117d10 commit 92271c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.video.giantbomb/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.giantbomb"
name="Giant Bomb"
version="3.4"
version="3.5"
provider-name="Whiskey Media">
<requires>
<import addon="xbmc.python" version="2.0"/>
Expand Down
3 changes: 3 additions & 0 deletions plugin.video.giantbomb/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[B]3.5[/B]
- Added Chrono Trigger endurance run submenu

[B]3.4[/B]
- Fixed bug with search for non-subscribers

Expand Down
1 change: 0 additions & 1 deletion plugin.video.giantbomb/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def VIDEOLINKS(url, name):
response = urllib2.urlopen(API_PATH + '/videos/?api_key=' + API_KEY + '&video_type=5&offset=240&format=json')
video_data = simplejson.loads(response.read())['results']
response.close()

elif url.endswith('&DP'):
response = urllib2.urlopen(API_PATH + '/videos/?api_key=' + API_KEY + '&video_type=5&offset=161&limit=79&format=json')
video_data = simplejson.loads(response.read())['results']
Expand Down

0 comments on commit 92271c6

Please sign in to comment.