From 80d67d49a0a93a3de53c92f6264b7313aafeb3b8 Mon Sep 17 00:00:00 2001 From: Josh Susser Date: Wed, 24 Feb 2010 19:45:30 -0800 Subject: [PATCH] Bump version to 0.10.1 --- examples/html/example_runner.html | 2 +- lib/{jasmine-0.10.0.js => jasmine-0.10.1.js} | 4 ++-- src/version.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename lib/{jasmine-0.10.0.js => jasmine-0.10.1.js} (99%) diff --git a/examples/html/example_runner.html b/examples/html/example_runner.html index 825ec2c..e400768 100644 --- a/examples/html/example_runner.html +++ b/examples/html/example_runner.html @@ -4,7 +4,7 @@ Jasmine Test Runner - + diff --git a/lib/jasmine-0.10.0.js b/lib/jasmine-0.10.1.js similarity index 99% rename from lib/jasmine-0.10.0.js rename to lib/jasmine-0.10.1.js index 99178a9..0f6c015 100644 --- a/lib/jasmine-0.10.0.js +++ b/lib/jasmine-0.10.1.js @@ -2256,6 +2256,6 @@ window.clearInterval = function(timeoutKey) { jasmine.version_= { "major": 0, "minor": 10, - "build": 0, - "revision": 1267068885 + "build": 1, + "revision": 1267069453 }; diff --git a/src/version.json b/src/version.json index 13dde9c..a0d438c 100644 --- a/src/version.json +++ b/src/version.json @@ -1,5 +1,5 @@ { "major": 0, "minor": 10, - "build": 0 + "build": 1 } \ No newline at end of file