diff --git a/lib/rangy-classapplier.js b/lib/rangy-classapplier.js index c2bb0493..ec0f7218 100644 --- a/lib/rangy-classapplier.js +++ b/lib/rangy-classapplier.js @@ -7,10 +7,10 @@ * * Depends on Rangy core. * - * Copyright 2022, Tim Down + * Copyright 2024, Tim Down * Licensed under the MIT license. - * Version: 1.3.1 - * Build date: 17 August 2022 + * Version: 1.3.2 + * Build date: 2 November 2024 */ (function(factory, root) { if (typeof define == "function" && define.amd) { diff --git a/lib/rangy-core.js b/lib/rangy-core.js index cca89355..f26319a8 100644 --- a/lib/rangy-core.js +++ b/lib/rangy-core.js @@ -2,10 +2,10 @@ * Rangy, a cross-browser JavaScript range and selection library * https://github.com/timdown/rangy * - * Copyright 2022, Tim Down + * Copyright 2024, Tim Down * Licensed under the MIT license. - * Version: 1.3.1 - * Build date: 17 August 2022 + * Version: 1.3.2 + * Build date: 2 November 2024 */ (function(factory, root) { @@ -109,7 +109,7 @@ }; var api = { - version: "1.3.1", + version: "1.3.2", initialized: false, isBrowser: isBrowser, supported: true, @@ -3896,4 +3896,4 @@ } return api; -}, this); +}, this); \ No newline at end of file diff --git a/lib/rangy-highlighter.js b/lib/rangy-highlighter.js index 9f76b1ad..a3657101 100644 --- a/lib/rangy-highlighter.js +++ b/lib/rangy-highlighter.js @@ -4,10 +4,10 @@ * * Depends on Rangy core, ClassApplier and optionally TextRange modules. * - * Copyright 2022, Tim Down + * Copyright 2024, Tim Down * Licensed under the MIT license. - * Version: 1.3.1 - * Build date: 17 August 2022 + * Version: 1.3.2 + * Build date: 2 November 2024 */ (function(factory, root) { if (typeof define == "function" && define.amd) { diff --git a/lib/rangy-selectionsaverestore.js b/lib/rangy-selectionsaverestore.js index db3a4a2e..6d2853ad 100644 --- a/lib/rangy-selectionsaverestore.js +++ b/lib/rangy-selectionsaverestore.js @@ -7,10 +7,10 @@ * * Depends on Rangy core. * - * Copyright 2022, Tim Down + * Copyright 2024, Tim Down * Licensed under the MIT license. - * Version: 1.3.1 - * Build date: 17 August 2022 + * Version: 1.3.2 + * Build date: 2 November 2024 */ (function(factory, root) { if (typeof define == "function" && define.amd) { diff --git a/lib/rangy-serializer.js b/lib/rangy-serializer.js index ec2a9e5c..7c8cfaaa 100644 --- a/lib/rangy-serializer.js +++ b/lib/rangy-serializer.js @@ -8,10 +8,10 @@ * * Depends on Rangy core. * - * Copyright 2022, Tim Down + * Copyright 2024, Tim Down * Licensed under the MIT license. - * Version: 1.3.1 - * Build date: 17 August 2022 + * Version: 1.3.2 + * Build date: 2 November 2024 */ (function(factory, root) { if (typeof define == "function" && define.amd) { diff --git a/lib/rangy-textrange.js b/lib/rangy-textrange.js index 9a7f6793..8c74ddec 100644 --- a/lib/rangy-textrange.js +++ b/lib/rangy-textrange.js @@ -24,10 +24,10 @@ * * Depends on Rangy core. * - * Copyright 2022, Tim Down + * Copyright 2024, Tim Down * Licensed under the MIT license. - * Version: 1.3.1 - * Build date: 17 August 2022 + * Version: 1.3.2 + * Build date: 2 November 2024 */ /**