From 37af733fb9bb8b4fb023982afa61b2c5d4147a9e Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Fri, 25 Feb 2022 17:00:33 +0100 Subject: [PATCH 01/14] Bump the version to 1.4.1 --- 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 3bec6f23a..59322def0 100644 --- a/backbone.js +++ b/backbone.js @@ -1,4 +1,4 @@ -// Backbone.js 1.4.0 +// Backbone.js 1.4.1 // (c) 2010-2019 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.4.0'; + Backbone.VERSION = '1.4.1'; // For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns // the `$` variable. diff --git a/index.html b/index.html index 9a0a58d99..6ad2ac184 100644 --- a/index.html +++ b/index.html @@ -300,7 +300,7 @@