Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmosbech committed Nov 21, 2013
1 parent 9b07b10 commit 831acd9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
meta: {
version: '0.1.6',
version: '0.1.7',
source: 'jquery.stickytableheaders.js',
sourceMin: 'jquery.stickytableheaders.min.js'
},
Expand Down
2 changes: 1 addition & 1 deletion StickyTableHeaders.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"fixed",
"scroll"
],
"version": "0.1.6",
"version": "0.1.7",
"author": {
"name": "Jonas Mosbech",
"url": "https://twitter.com/jmosbech/"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "StickyTableHeaders",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/jmosbech/StickyTableHeaders",
"authors": [
"Jonas Mosbech <[email protected]>"
Expand Down
3 changes: 1 addition & 2 deletions js/jquery.stickytableheaders.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords" : ["jquery", "sticky", "table", "headers"],
"repository" : "https://github.com/jmosbech/StickyTableHeaders",
"author" : "Jonas Mosbech <https://github.com/jmosbech>",
"version" : "0.1.6",
"version" : "0.1.7",
"devDependencies": {
"grunt": "0.4.0",
"grunt-contrib-jshint": "~0.3.0",
Expand Down

0 comments on commit 831acd9

Please sign in to comment.