Skip to content

Commit

Permalink
release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoda committed Feb 20, 2014
1 parent 0b662f3 commit 5578006
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function(grunt) {
banner: '/*!\n' +
' * <%= pkg.title %> v<%= pkg.version %>\n' +
' * <%= pkg.description %>\n' +
' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author.name %> <<%= pkg.author.url %>>\n' +
' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author[0].name %> <<%= pkg.author[0].url %>>\n' +
' * Licensed under <%= pkg.license.type %> <%= pkg.license.url %>\n' +
' */\n\n',

Expand Down
4 changes: 2 additions & 2 deletions dist/spa.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* SPA v1.0.0
* SPA v1.0.2
* A webapp framework for routing control and view transitions
* Copyright 2014 <>
* Copyright 2014 zhaoda <http://zhaoda.net>
* Licensed under MIT https://raw.github.com/zhaoda/spa/master/LICENSE
*/

Expand Down
4 changes: 2 additions & 2 deletions dist/spa.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 @@
{
"name": "spa",
"title": "SPA",
"version": "1.0.0",
"version": "1.0.2",
"description": "A webapp framework for routing control and view transitions",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 5578006

Please sign in to comment.