Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoda committed Sep 18, 2016
1 parent 29f4a30 commit b08c787
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/spa-apis.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* SPA v2.0.3
* SPA v2.0.4
* A webapp framework for routing control and view transitions
* Copyright 2016 zhaoda <http://zhaoda.net>
* Licensed under MIT
Expand Down Expand Up @@ -110,7 +110,7 @@
}

// 设置版本号,先留空,打包时会自动添加
$.spa.version = '2.0.3'
$.spa.version = '2.0.4'

/*
* 插入样式
Expand Down
4 changes: 2 additions & 2 deletions dist/spa-apis.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/spa.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* SPA v2.0.3
* SPA v2.0.4
* A webapp framework for routing control and view transitions
* Copyright 2016 zhaoda <http://zhaoda.net>
* Licensed under MIT
Expand Down Expand Up @@ -110,7 +110,7 @@
}

// 设置版本号,先留空,打包时会自动添加
$.spa.version = '2.0.3'
$.spa.version = '2.0.4'

/*
* 插入样式
Expand Down
4 changes: 2 additions & 2 deletions dist/spa.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spa.js",
"title": "SPA",
"version": "2.0.3",
"version": "2.0.4",
"description": "A webapp framework for routing control and view transitions",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit b08c787

Please sign in to comment.