Skip to content

Commit 5e57141

Browse files
committed
Version bump
1 parent 5e2a085 commit 5e57141

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog!
22

3+
## 0.3.1 (Sep 24 2012)
4+
5+
* Throws BnetScraper::InvalidProfileError when instantiating a scraper with poorly
6+
formatted profile URL
7+
38
## 0.3.0 (Sep 22 2012)
49

510
* Adds portrait name scraping to ProfileScraper

bnet_scraper.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = "bnet_scraper"
6-
s.version = "0.3.0"
6+
s.version = "0.3.1"
77
s.authors = ["Andrew Nordman"]
88
s.email = ["[email protected]"]
99
s.homepage = "https://github.com/agoragames/bnet_scraper/"

0 commit comments

Comments
 (0)