bump version to 3.2.1

This commit is contained in:
Gregg Van Hove
2018-08-14 17:19:23 -07:00
parent afa18e554c
commit 12f56fdb7d
4 changed files with 14 additions and 3 deletions

View File

@@ -6617,5 +6617,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};
getJasmineRequireObj().version = function() {
return '3.2.0';
return '3.2.1';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "3.2.0"
VERSION = "3.2.1"
end
end