diff --git a/dist/spa-apis.js b/dist/spa-apis.js index d34f901..ac71f57 100644 --- a/dist/spa-apis.js +++ b/dist/spa-apis.js @@ -1,5 +1,5 @@ /*! - * SPA v1.0.7 + * SPA v2.0.0 * A webapp framework for routing control and view transitions * Copyright 2015 zhaoda * Licensed under MIT https://raw.github.com/zhaoda/spa/master/LICENSE diff --git a/dist/spa-apis.min.js b/dist/spa-apis.min.js index 6bc2f06..66c350c 100644 --- a/dist/spa-apis.min.js +++ b/dist/spa-apis.min.js @@ -1,5 +1,5 @@ /*! - * SPA v1.0.7 + * SPA v2.0.0 * A webapp framework for routing control and view transitions * Copyright 2015 zhaoda * Licensed under MIT https://raw.github.com/zhaoda/spa/master/LICENSE diff --git a/dist/spa.js b/dist/spa.js index d2f060c..6793751 100644 --- a/dist/spa.js +++ b/dist/spa.js @@ -1,5 +1,5 @@ /*! - * SPA v1.0.7 + * SPA v2.0.0 * A webapp framework for routing control and view transitions * Copyright 2015 zhaoda * Licensed under MIT https://raw.github.com/zhaoda/spa/master/LICENSE diff --git a/dist/spa.min.js b/dist/spa.min.js index 2dfbca6..f39a4cc 100644 --- a/dist/spa.min.js +++ b/dist/spa.min.js @@ -1,5 +1,5 @@ /*! - * SPA v1.0.7 + * SPA v2.0.0 * A webapp framework for routing control and view transitions * Copyright 2015 zhaoda * Licensed under MIT https://raw.github.com/zhaoda/spa/master/LICENSE diff --git a/package.json b/package.json index 8812827..e306c93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "spa.js", "title": "SPA", - "version": "1.0.7", + "version": "2.0.0", "description": "A webapp framework for routing control and view transitions", "directories": { "doc": "docs"