Skip to content

Commit

Permalink
bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Jul 3, 2012
1 parent 766d9a6 commit 5fb439d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
meta: {
version: '0.3.0',
version: '0.4.0',
banner: '// Backbone.Syphon, v<%= meta.version %>\n' +
'// Copyright (c)<%= grunt.template.today("yyyy") %> Derick Bailey, Muted Solutions, LLC.\n' +
'// Distributed under MIT license\n' +
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Backbone.syphon",
"version": "0.0.1",
"version": "0.0.0",
"dependencies": {
"grunt": "*",
"grunt-rigger": "*"
Expand Down

0 comments on commit 5fb439d

Please sign in to comment.