increase version number to 0.0.6
This commit is contained in:
parent
4c9eac4699
commit
29e20da859
2 changed files with 4 additions and 4 deletions
|
|
@ -1,14 +1,14 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
diaspora_federation (0.0.5)
|
||||
diaspora_federation (0.0.6)
|
||||
faraday (~> 0.9.0)
|
||||
faraday_middleware (~> 0.10.0)
|
||||
nokogiri (~> 1.6, >= 1.6.6)
|
||||
typhoeus (~> 0.7.0)
|
||||
valid (~> 1.0.0)
|
||||
diaspora_federation-rails (0.0.5)
|
||||
diaspora_federation (= 0.0.5)
|
||||
diaspora_federation-rails (0.0.6)
|
||||
diaspora_federation (= 0.0.6)
|
||||
rails (~> 4.2)
|
||||
|
||||
GEM
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
module DiasporaFederation
|
||||
# the gem version
|
||||
VERSION = "0.0.5"
|
||||
VERSION = "0.0.6"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue