diff --git a/dist/spa.js b/dist/spa.js index f4b3fd1..2363f39 100644 --- a/dist/spa.js +++ b/dist/spa.js @@ -1,5 +1,5 @@ /*! - * SPA v1.0.4 + * SPA v1.0.5 * A webapp framework for routing control and view transitions * Copyright 2014 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 857ae45..3a0f515 100644 --- a/dist/spa.min.js +++ b/dist/spa.min.js @@ -1,5 +1,5 @@ /*! - * SPA v1.0.4 + * SPA v1.0.5 * A webapp framework for routing control and view transitions * Copyright 2014 zhaoda * Licensed under MIT https://raw.github.com/zhaoda/spa/master/LICENSE diff --git a/package.json b/package.json index 860cea1..e40c9bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "spa", "title": "SPA", - "version": "1.0.4", + "version": "1.0.5", "description": "A webapp framework for routing control and view transitions", "directories": { "doc": "docs"