Skip to content

Commit b4cb4a5

Browse files
committed
Bump to 1.2.0
1 parent 601c0c7 commit b4cb4a5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Changelog
22
===
33
#### Next
44

5+
#### V1.2.0
6+
7+
* Upgrade tablesorter to v2.5.2
8+
59
#### V1.1.0
610

711
* Upgrade tablesorter to v2.4.6

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Simple integration of jquery-tablesorter into the asset pipeline.
66

7-
Current tablesorter version: 2.4.6 (10/25/2012), [documentation]
7+
Current tablesorter version: 2.5.2 (11/27/2012), [documentation]
88

99
Any issue associate with the js/css files, please report to [Mottie's fork].
1010

lib/jquery-tablesorter/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JqueryTablesorter
2-
VERSION = "1.1.0"
2+
VERSION = "1.2.0"
33
end

0 commit comments

Comments
 (0)