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 5096b9a commit 3053876
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.8',
version: '0.1.9',
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.8",
"version": "0.1.9",
"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.8",
"version": "0.1.9",
"homepage": "https://github.com/jmosbech/StickyTableHeaders",
"authors": [
"Jonas Mosbech <jonas@mosbech.net>"
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.8",
"version" : "0.1.9",
"devDependencies": {
"grunt": "0.4.0",
"grunt-contrib-jshint": "~0.3.0",
Expand Down

0 comments on commit 3053876

Please sign in to comment.