From 06ce740f1850fa1437fc8ee497786aacd78ba4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaoda=28=E8=B5=B5=E8=BE=BE=29?= Date: Thu, 18 Sep 2014 11:51:40 +0800 Subject: [PATCH] add tag 1.0.5 --- dist/spa.js | 2 +- dist/spa.min.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"