From a72c12637a165e8add4fbcd1c67679ff33dde4b8 Mon Sep 17 00:00:00 2001 From: Stephen Yeargin Date: Sat, 19 Mar 2016 12:55:15 -0500 Subject: [PATCH] version bump to 0.1.3 for release --- README.markdown => README.md | 3 +-- lib/seat_geek/version.rb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename README.markdown => README.md (97%) diff --git a/README.markdown b/README.md similarity index 97% rename from README.markdown rename to README.md index 0edf644..5841ef8 100644 --- a/README.markdown +++ b/README.md @@ -1,4 +1,4 @@ -SeatGeek [![Build Status](https://secure.travis-ci.org/bluefocus/seatgeek.png)](http://travis-ci.org/bluefocus/seatgeek) +SeatGeek [![Build Status](https://secure.travis-ci.org/seatshare/seatgeek.png)](http://travis-ci.org/seatshare/seatgeek) ======== SeatGeek maintains a canonical directory of live events in the United States. The SeatGeek Platform makes it easy to construct applications that help users find and discover events by exposing the wealth of data and powerful search behind SeatGeek.com in an easy-to-consume format. @@ -105,4 +105,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/lib/seat_geek/version.rb b/lib/seat_geek/version.rb index d6be1ea..b0dce6e 100644 --- a/lib/seat_geek/version.rb +++ b/lib/seat_geek/version.rb @@ -1,3 +1,3 @@ module SeatGeek - VERSION = "0.1.2" + VERSION = "0.1.3" end