Skip to content

Commit a25a10f

Browse files
committed
Bump the version to 1.6.1
1 parent 0a67c26 commit a25a10f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

backbone.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Backbone.js 1.6.0
1+
// Backbone.js 1.6.1
22

33
// (c) 2010-2024 Jeremy Ashkenas and DocumentCloud
44
// Backbone may be freely distributed under the MIT license.
@@ -44,7 +44,7 @@
4444
var slice = Array.prototype.slice;
4545

4646
// Current version of the library. Keep in sync with `package.json`.
47-
Backbone.VERSION = '1.6.0';
47+
Backbone.VERSION = '1.6.1';
4848

4949
// For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns
5050
// the `$` variable.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
<div id="sidebar" class="interface">
301301

302302
<a class="toc_title" href="#">
303-
Backbone.js <span class="version">(1.6.0)</span>
303+
Backbone.js <span class="version">(1.6.1)</span>
304304
</a>
305305
<ul class="toc_section">
306306
<li>&raquo; <a href="http://github.com/jashkenas/backbone">GitHub Repository</a></li>
@@ -609,11 +609,11 @@ <h2 id="downloads">
609609

610610
<table>
611611
<tr>
612-
<td><a class="punch" href="backbone.js">Development Version (1.6.0)</a></td>
612+
<td><a class="punch" href="backbone.js">Development Version (1.6.1)</a></td>
613613
<td class="text"><i>72kb, Full source, tons of comments</i></td>
614614
</tr>
615615
<tr>
616-
<td><a class="punch" href="backbone-min.js">Production Version (1.6.0)</a></td>
616+
<td><a class="punch" href="backbone-min.js">Production Version (1.6.1)</a></td>
617617
<td class="text" style="line-height: 16px;">
618618
<i>7.9kb, Packed and gzipped</i><br />
619619
<small>(<a href="backbone-min.map">Source Map</a>)</small>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prepublishOnly": "npm run test && npm run mark-release && npm run build && npm run alias-sourcemap && npm run doc && git add -u && npm run mark-develop"
4141
},
4242
"main": "backbone.js",
43-
"version": "1.6.0",
43+
"version": "1.6.1",
4444
"license": "MIT",
4545
"repository": {
4646
"type": "git",

0 commit comments

Comments
 (0)