diff --git a/Gemfile.lock b/Gemfile.lock index 67be82b..f50f8fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - xivapi (0.1.3) + xivapi (0.2.0) rest-client (~> 2.0.2) GEM diff --git a/README.md b/README.md index 4addabc..b6fdd54 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Ruby library for [XIVAPI](https://www.xivapi.com/). Add this line to your application's Gemfile: ```ruby -gem 'xivapi', git: 'https://github.com/xivapi/xivapi-ruby.git', tag: 'v0.1.3' +gem 'xivapi', git: 'https://github.com/xivapi/xivapi-ruby.git', tag: 'v0.2.0' ``` And then run: diff --git a/lib/xivapi/version.rb b/lib/xivapi/version.rb index 2952e10..bbc2394 100644 --- a/lib/xivapi/version.rb +++ b/lib/xivapi/version.rb @@ -1,4 +1,4 @@ module XIVAPI # Gem version - VERSION = "0.1.3" + VERSION = "0.2.0" end