From 9ca739c644ad39046d784ba0e584d37f51b5a475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaoda=28=E8=B5=B5=E8=BE=BE=29?= Date: Wed, 23 Sep 2015 23:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E5=88=B02.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/spa-apis.js | 2 +- dist/spa-apis.min.js | 2 +- dist/spa.js | 2 +- dist/spa.min.js | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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"