Skip to content

Commit b340c6c

Browse files
committed
Merge pull request #29 from chrishunt/bump-version
Bump to v3.0.2
2 parents 58b81c2 + 682a19c commit b340c6c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
##v3.0.2
4+
*2014-01-19*
5+
6+
[\[22 commits\]](https://github.com/chrishunt/github-auth/compare/v3.0.1...v3.0.2)
7+
8+
- [Remove Gemfile.lock from repo, update all gems](https://github.com/chrishunt/github-auth/pull/27)
9+
- [Mute specs](https://github.com/chrishunt/github-auth/pull/28)
10+
311
##v3.0.1
412
*2013-10-25*
513

lib/github/auth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Github
22
module Auth
3-
VERSION = "3.0.1"
3+
VERSION = "3.0.2"
44
end
55
end

0 commit comments

Comments
 (0)