chore(scripts): fix the versions script again

This commit is contained in:
Vojta Jina
2014-03-14 16:26:40 -07:00
committed by Tobias Bosch
parent 1517d6d2f2
commit 320f6d1214

View File

@@ -79,7 +79,7 @@ var getTaggedVersion = function() {
if ( version && semver.satisfies(version, currentPackage.branchVersion)) {
version.codeName = getCodeName(tag);
version.full = version.version + '+' + version.build;
version.full = version.version;
return version;
}
}