Skip to content

Commit

Permalink
bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Matsukura committed Apr 20, 2016
1 parent 8c158ae commit 1fa0b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.bundle/
/Gemfile.lock
/.yardoc
/_yardoc/
/coverage/
Expand Down
2 changes: 1 addition & 1 deletion lib/spike.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Main class
#
class Spike
VERSION = '0.1.0'.freeze
VERSION = '0.1.1'.freeze
API_BASE = 'https://api.spike.cc'.freeze
API_VERSION = '/v1'.freeze
API_URL = API_BASE + API_VERSION
Expand Down

0 comments on commit 1fa0b38

Please sign in to comment.