From 4c97452f744140b9eac7b0208443f6a0edbf3eeb Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Wed, 24 Jan 2024 00:04:08 +0100 Subject: [PATCH 1/3] Bump the version to 1.6.0 --- backbone.js | 4 ++-- index.html | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/backbone.js b/backbone.js index 4bfb9eb82..d93c56bd2 100644 --- a/backbone.js +++ b/backbone.js @@ -1,4 +1,4 @@ -// Backbone.js 1.5.0 +// Backbone.js 1.6.0 // (c) 2010-2023 Jeremy Ashkenas and DocumentCloud // Backbone may be freely distributed under the MIT license. @@ -44,7 +44,7 @@ var slice = Array.prototype.slice; // Current version of the library. Keep in sync with `package.json`. - Backbone.VERSION = '1.5.0'; + Backbone.VERSION = '1.6.0'; // For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns // the `$` variable. diff --git a/index.html b/index.html index 94b80191f..cad39f57f 100644 --- a/index.html +++ b/index.html @@ -300,7 +300,7 @@