Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed Dec 5, 2014
1 parent a7e81a9 commit 80c872d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
== 0.0.3
* Updated the supported version of Neo4jrb.
2 changes: 1 addition & 1 deletion lib/neo4j/even_easier_id/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Neo4j
module EvenEasierId
VERSION = "0.0.2"
VERSION = "0.0.3"
end
end
2 changes: 1 addition & 1 deletion neo4j-even_easier_id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake"
spec.add_dependency "neo4j", '~> 3.0.0.alpha.10'
spec.add_dependency "neo4j", '> 3.0.0.alpha.9'
end

0 comments on commit 80c872d

Please sign in to comment.