Skip to content

Commit

Permalink
Release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
harm-less committed Mar 12, 2016
1 parent 8b1b20c commit 0c7b3fb
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 @@ -171,6 +171,7 @@ module.exports = function(grunt) {
'package.json',
'bower.json'
],
updateConfigs: ['pkg'],
pushTo: 'origin',
commitFiles: ['-a']
}
Expand Down Expand Up @@ -238,7 +239,6 @@ module.exports = function(grunt) {
grunt.registerTask('release', function() {
var releaseType = grunt.option('releaseType') ? grunt.option('releaseType') : 'patch';
grunt.task.run('bump-only:' + releaseType);
grunt.config.set('pkg', grunt.file.readJSON('package.json'));
grunt.task.run('build');
grunt.task.run('bump-commit');
});
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": "angular-sticky",
"version": "0.0.5",
"version": "0.0.6",
"author": "Harm van der Werf",
"keywords": [
"angular",
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-sticky.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* angular-sticky
* https://github.com/harm-less/angular-sticky
* Version: 0.0.4 - 2016-03-12
* Version: 0.0.6 - 2016-03-12
* License: MIT
*/
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-sticky.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
@@ -1,7 +1,7 @@
{
"author": "https://github.com/harm-less",
"name": "angular-sticky",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://github.com/harm-less/angular-sticky",
"main": "dist/angular-sticky.js",
"scripts": {
Expand Down

0 comments on commit 0c7b3fb

Please sign in to comment.