How to see which versions of a JSFiddle are available

jsfiddle

JSFiddle uses urls in the form of http://jsfiddle.net/<user>/<script>/<revision>/ where revision is an incremental number. Is there any way to see other revisions of a script easily via a GUI interface or is the only way to manipulate the URL?

Is there any easy way to know how many revisions a script has without needing to manually increment the variable and check to see if a script exists there?

Best Answer

If it's one of your own fiddles it displays on your dashboard. There you'll see latest revision with a link.

EDIT: The GUI is updated but the functionality seems the same in this matter.