Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Feb 12, 2014
1 parent b3f1760 commit 5342820
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/jquery-turbolinks/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JqueryTurbolinks
VERSION = '2.0.1'
VERSION = '2.0.2'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.turbolinks",
"version": "2.0.1",
"version": "2.0.2",
"author": "Sasha Koss <[email protected]>",
"description": "jQuery plugin for drop-in fix binded events problem caused by Turbolinks",

Expand Down
2 changes: 1 addition & 1 deletion src/jquery.turbolinks.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $ = window.jQuery or require?('jquery')
$document = $(document)

$.turbo =
version: '2.0.1'
version: '2.0.2'

isReady: false

Expand Down
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/jquery.turbolinks.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/assets/javascripts/jquery.turbolinks.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5342820

Please sign in to comment.