From 51c056360881c69e51a1e9b93df7952fe1c31e7f Mon Sep 17 00:00:00 2001 From: Lee Byrd & Christian Williams Date: Fri, 25 Jun 2010 18:11:18 -0700 Subject: [PATCH] bumping version to 0.11.1 --- lib/jasmine.js | 4 ++-- pages | 2 +- src/version.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/jasmine.js b/lib/jasmine.js index 697230f..f72cb9c 100644 --- a/lib/jasmine.js +++ b/lib/jasmine.js @@ -2338,6 +2338,6 @@ jasmine.getGlobal().clearInterval = function(timeoutKey) { jasmine.version_= { "major": 0, "minor": 11, - "build": 0, - "revision": 1277504104 + "build": 1, + "revision": 1277514571 }; diff --git a/pages b/pages index e8e9ebb..fd29d04 160000 --- a/pages +++ b/pages @@ -1 +1 @@ -Subproject commit e8e9ebbd4818653940fb2d4de6bf9e97fb74a7f1 +Subproject commit fd29d045491eff962427192d99a5df7fb3bc57c5 diff --git a/src/version.json b/src/version.json index bd55012..9f9d35d 100644 --- a/src/version.json +++ b/src/version.json @@ -1,5 +1,5 @@ { "major": 0, "minor": 11, - "build": 0 + "build": 1 }