Set version to 3.0.0-pre

This commit is contained in:
Steve Gravrock
2017-11-17 14:28:17 -08:00
parent db615e4186
commit d35b65cf79
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5637,5 +5637,5 @@ getJasmineRequireObj().UserContext = function(j$) {
}; };
getJasmineRequireObj().version = function() { getJasmineRequireObj().version = function() {
return '2.8.0'; return '3.0.0-pre';
}; };
+1 -1
View File
@@ -4,6 +4,6 @@
# #
module Jasmine module Jasmine
module Core module Core
VERSION = "2.8.0" VERSION = "3.0.0.pre"
end end
end end
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "jasmine-core", "name": "jasmine-core",
"license": "MIT", "license": "MIT",
"version": "2.8.0", "version": "3.0.0-pre",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/jasmine/jasmine.git" "url": "https://github.com/jasmine/jasmine.git"