Skip to content

Commit

Permalink
chore(release): 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rosslavery committed Jul 4, 2014
1 parent 2b86fb1 commit 003ad21
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -7,7 +7,7 @@ module.exports = function(grunt) {
banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - ' +
'<%= grunt.template.today("yyyy-mm-dd") %>\n' +
'<%= pkg.homepage ? "* " + pkg.homepage + "\\n" : "" %>' +
'* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>;' +
'* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author %>;' +
' License: <%= pkg.license %> */\n',
jshint: {
options: {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "rl-velocity",
"version": "0.0.8",
"version": "0.0.9",
"author": "Ross Lavery <rosslavery@gmail.com>",
"description": "Velocity integration for AngularJS",
"main": "rl-velocity.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rl-velocity",
"version": "0.0.8",
"version": "0.0.9",
"description": "Velocity integration for AngularJS",
"main": "rl-velocity.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions rl-velocity.js
@@ -1,6 +1,6 @@
/*! rl-velocity - v0.0.8 - 2014-07-04
/*! rl-velocity - v0.0.9 - 2014-07-04
* https://github.com/rosslavery/rl-velocity
* Copyright (c) 2014 ; License: MIT */
* Copyright (c) 2014 Ross Lavery <rosslavery@gmail.com>; License: MIT */
(function(angular) {
'use strict';

Expand Down
4 changes: 2 additions & 2 deletions rl-velocity.min.js

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

0 comments on commit 003ad21

Please sign in to comment.