Skip to content

Commit

Permalink
Version bump - for qa-week
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Dec 5, 2013
1 parent 18465d4 commit 92d04cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-uglify');
//grunt.loadNpmTasks('grunt-conventional-changelog');
grunt.loadNpmTasks('grunt-conventional-changelog');
grunt.loadNpmTasks('grunt-bump');
grunt.loadNpmTasks('grunt-sass');
Expand Down Expand Up @@ -113,6 +114,8 @@ module.exports = function (grunt) {
*/
changelog: {
options: {
after: "2013-09-05T10:18:39.4492679+10:00",
before: "today",
dest: 'CHANGELOG.md',
template: 'changelog.tpl'
}
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": "ng-boilerplate",
"version": "0.0.4",
"version": "0.0.5",
"devDependencies": {
"angular": "1.2.2",
"angular-mocks": "~1.2.0",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "QUT Bioacoustics",
"name": "baw-client",
"version": "0.0.4",
"version": "0.0.5",
"description": "The AngularJS client for the QUT Bioacoustics server",
"licenses": {
"type": "Apache",
Expand All @@ -26,6 +26,7 @@
"grunt-ngmin": "0.0.2",
"grunt-html2js": "~0.1.3",
"grunt-conventional-changelog": "~0.1.1",
"grunt-changelog": "~0.1",
"grunt-bump": "0.0.6",
"grunt-contrib-connect": "~0.5.0",
"connect-modrewrite": "~0.5.7",
Expand Down

0 comments on commit 92d04cf

Please sign in to comment.