increase version number

This commit is contained in:
Benjamin Neff 2015-08-10 01:46:29 +02:00
parent ad82caffda
commit e60d466260
2 changed files with 4 additions and 4 deletions

View file

@ -1,14 +1,14 @@
PATH
remote: .
specs:
diaspora_federation (0.0.4)
diaspora_federation (0.0.5)
faraday (~> 0.9.0)
faraday_middleware (~> 0.10.0)
nokogiri (~> 1.6, >= 1.6.6)
typhoeus (~> 0.7.0)
valid (~> 0.5.0)
diaspora_federation-rails (0.0.4)
diaspora_federation (= 0.0.4)
diaspora_federation-rails (0.0.5)
diaspora_federation (= 0.0.5)
rails (~> 4.2)
GEM

View file

@ -1,4 +1,4 @@
module DiasporaFederation
# the gem version
VERSION = "0.0.4"
VERSION = "0.0.5"
end