summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJfutbol <JJfutbol@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-11-30 20:57:27 +0000
committerJJfutbol <JJfutbol@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-11-30 20:57:27 +0000
commit5c5767acbe6dc81567c7c7b6273441cbac373b8d (patch)
tree89deb727c7a6444f88e4b3fa5aa9fa90d4f6649d
parentcfb9b3ab9826e647905c9ee7697e93cda9a9536b (diff)
downloadreadability-simple-5c5767acbe6dc81567c7c7b6273441cbac373b8d.tar.bz2
readability-simple-5c5767acbe6dc81567c7c7b6273441cbac373b8d.zip
- updated version number to build 3 as latest change includes performance enhancements
git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@78 d4e419ec-0920-11de-bbfd-a7c1bc4c261e
-rwxr-xr-xjs/readability.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/readability.js b/js/readability.js
index b3540ed..440ac61 100755
--- a/js/readability.js
+++ b/js/readability.js
@@ -26,7 +26,7 @@ if (typeof console == 'undefined')
contentContainer = document.createElement("DIV"),
articleFooter = document.createElement("DIV"),
toolBar = document.createElement("DIV"),
- readabilityVersion = "1.0.0.1",
+ readabilityVersion = "1.0.0.3",
emailSrc = "http://proto1.arc90.com/readability/email.php";
overlayContainer.id = "readOverlay";