Skip to content

Commit

Permalink
Update version to 5.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Porter committed Oct 30, 2015
1 parent 9f65579 commit 627f626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
XBMC_PROFILE?=$(HOME)/.xbmc
ADDON_NAME=plugin.video.giantbomb
ADDON_VERSION=5.0.0pre
ADDON_VERSION=5.0a1
ADDON_INSTALL_DIR=$(XBMC_PROFILE)/addons/$(ADDON_NAME)

.PHONY: uninstall-dev
Expand Down
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="5.0.0pre"
version="5.0a1"
provider-name="Jim">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
Expand Down

0 comments on commit 627f626

Please sign in to comment.