Fix version format -- 1.0.0.rc1 instead of 1.0.0RC1, and include in standalone zip.
This commit is contained in:
parent
cd0346b449
commit
a4eab045a0
@ -2416,6 +2416,6 @@ jasmine.getGlobal().clearInterval = function(timeoutKey) {
|
|||||||
jasmine.version_= {
|
jasmine.version_= {
|
||||||
"major": 1,
|
"major": 1,
|
||||||
"minor": 0,
|
"minor": 0,
|
||||||
"build": 0,
|
"build": "0.rc1",
|
||||||
"revision": 1282785684
|
"revision": 1282853377
|
||||||
};
|
};
|
||||||
|
2
pages
2
pages
@ -1 +1 @@
|
|||||||
Subproject commit 82623c439827ea5ae3e01ee1eb988a5c6c92a710
|
Subproject commit 05a3ab4054759ec2cb886e06efbcba07131b6789
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"major": 1,
|
"major": 1,
|
||||||
"minor": 0,
|
"minor": 0,
|
||||||
"build": 0
|
"build": "0.rc1"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user