bumping version to 0.11.1

This commit is contained in:
Lee Byrd & Christian Williams 2010-06-25 18:11:18 -07:00
parent 9e3036fbf7
commit 51c0563608
3 changed files with 4 additions and 4 deletions

View File

@ -2338,6 +2338,6 @@ jasmine.getGlobal().clearInterval = function(timeoutKey) {
jasmine.version_= { jasmine.version_= {
"major": 0, "major": 0,
"minor": 11, "minor": 11,
"build": 0, "build": 1,
"revision": 1277504104 "revision": 1277514571
}; };

2
pages

@ -1 +1 @@
Subproject commit e8e9ebbd4818653940fb2d4de6bf9e97fb74a7f1 Subproject commit fd29d045491eff962427192d99a5df7fb3bc57c5

View File

@ -1,5 +1,5 @@
{ {
"major": 0, "major": 0,
"minor": 11, "minor": 11,
"build": 0 "build": 1
} }