a few missing 0.9.9's

This commit is contained in:
Jeremy Ashkenas
2013-01-16 07:31:47 +11:00
parent fe3f5af7e2
commit 836a8cb4d8
2 changed files with 3 additions and 3 deletions

View File

@@ -547,11 +547,11 @@
<table>
<tr>
<td><a class="punch" href="backbone.js">Development Version (0.9.9)</a></td>
<td><a class="punch" href="backbone.js">Development Version (0.9.10)</a></td>
<td class="text"><i>56kb, Full source, lots of comments</i></td>
</tr>
<tr>
<td><a class="punch" href="backbone-min.js">Production Version (0.9.9)</a></td>
<td><a class="punch" href="backbone-min.js">Production Version (0.9.10)</a></td>
<td class="text"><i>6.3kb, Packed and gzipped</i></td>
</tr>
<tr>

View File

@@ -14,5 +14,5 @@
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"
},
"main" : "backbone.js",
"version" : "0.9.9"
"version" : "0.9.10"
}