Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reed committed Nov 14, 2013
1 parent f01026b commit 1eed8ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Turbolinks 1.3.1 (Unreleased) ##
## Turbolinks 1.3.1 (November 14, 2013) ##

* Accommodate for bug in Chrome 31+ that causes `assetsChanged` to always return true. (#278)

Expand Down
3 changes: 2 additions & 1 deletion turbolinks.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Gem::Specification.new do |s|
s.name = 'turbolinks'
s.version = '1.3.0'
s.version = '1.3.1'
s.author = 'David Heinemeier Hansson'
s.email = 'david@loudthinking.com'
s.license = 'MIT'
s.summary = 'Turbolinks makes following links in your web application faster (use with Rails Asset Pipeline)'
s.files = Dir["lib/assets/javascripts/*.js.coffee", "lib/turbolinks.rb", "README.md", "MIT-LICENSE", "test/*"]

Expand Down

0 comments on commit 1eed8ce

Please sign in to comment.