From 0a14fd9e70e54cc6c4f0bff7f07c21fcb6f712ac Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Tue, 16 Sep 2014 07:56:13 +0200 Subject: [PATCH] v0.1.3 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index f65ca01..35fa215 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pjax", - "version": "0.1.2", + "version": "0.1.3", "description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)", "main": "src/pjax.js", "homepage": "https://github.com/MoOx/pjax", diff --git a/package.json b/package.json index c526cf3..2a77d59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pjax", - "version": "0.1.2", + "version": "0.1.3", "description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)", "main": "src/pjax.js", "scripts": {