Skip to content

Commit

Permalink
Preparing for 0.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mzikherman committed Oct 18, 2013
1 parent 6e97c4f commit 3312aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions garner.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "garner"
s.version = "0.4.4"
s.version = "0.4.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Daniel Doubrovkine", "Frank Macreery"]
s.date = "2013-07-11"
s.date = "2013-10-18"
s.description = "Garner is a cache layer for Ruby and Rack applications, supporting model and instance binding and hierarchical invalidation."
s.email = "dblock@dblock.org"
s.extra_rdoc_files = [
Expand Down
2 changes: 1 addition & 1 deletion lib/garner/version.rb
@@ -1,3 +1,3 @@
module Garner
VERSION = "0.4.4"
VERSION = "0.4.5"
end

0 comments on commit 3312aef

Please sign in to comment.