Skip to content

Commit

Permalink
Increment patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattantonelli committed Feb 18, 2020
1 parent 5574e0b commit a3c373a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
xivapi (0.3.0)
xivapi (0.3.1)
rest-client (~> 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0'
gem 'xivapi', git: 'https://github.com/xivapi/xivapi-ruby.git', tag: 'v0.3.1'
```

And then run:
Expand Down
2 changes: 1 addition & 1 deletion lib/xivapi/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module XIVAPI
# Gem version
VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit a3c373a

Please sign in to comment.