preparing next release, increase version number

This commit is contained in:
Benjamin Neff 2015-07-29 01:54:05 +02:00
parent d5ffc61448
commit cd57517b4c
2 changed files with 4 additions and 4 deletions

View file

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

View file

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