Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmosbech committed Apr 5, 2014
1 parent 340d699 commit 9894457
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7',
version: '0.1.8',
source: 'jquery.stickytableheaders.js',
sourceMin: 'jquery.stickytableheaders.min.js'
},
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.7",
"version": "0.1.8",
"homepage": "https://github.com/jmosbech/StickyTableHeaders",
"authors": [
"Jonas Mosbech <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version" : "0.1.8",
"devDependencies": {
"grunt": "0.4.0",
"grunt-contrib-jshint": "~0.3.0",
Expand Down

0 comments on commit 9894457

Please sign in to comment.