Skip to content

Commit

Permalink
Version 0.2.8, improve http headers. Add far future expires and cache…
Browse files Browse the repository at this point in the history
… control, public.
  • Loading branch information
davidjrice committed Jan 27, 2012
1 parent 9d78786 commit c5e19ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asset_sync.gemspec
Expand Up @@ -6,7 +6,7 @@ require "asset_sync/version"
Gem::Specification.new do |s|
s.name = "asset_sync"
s.version = AssetSync::VERSION
s.date = "2012-01-25"
s.date = "2012-01-27"
s.platform = Gem::Platform::RUBY
s.authors = ["Simon Hamilton", "David Rice", "Phil McClure"]
s.email = ["shamilton@rumblelabs.com", "me@davidjrice.co.uk", "pmcclure@rumblelabs.com"]
Expand Down
2 changes: 1 addition & 1 deletion lib/asset_sync/version.rb
@@ -1,3 +1,3 @@
module AssetSync
VERSION = "0.2.7"
VERSION = "0.2.8"
end

0 comments on commit c5e19ad

Please sign in to comment.