increment version

This commit is contained in:
Benjamin Neff 2015-06-30 23:08:33 +02:00
parent 879021bc53
commit e7144a6db9
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
diaspora_federation (0.0.1)
diaspora_federation (0.0.2)
nokogiri (~> 1.6.6.2)
rails (~> 4.2.2)

View file

@ -1,5 +1,5 @@
module DiasporaFederation
##
# the gem version
VERSION = "0.0.1"
VERSION = "0.0.2"
end