Skip to content

Commit

Permalink
Update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
timdown committed Nov 2, 2024
1 parent 9e25e29 commit f06624a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions lib/rangy-classapplier.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
10 changes: 5 additions & 5 deletions lib/rangy-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -109,7 +109,7 @@
};

var api = {
version: "1.3.1",
version: "1.3.2",
initialized: false,
isBrowser: isBrowser,
supported: true,
Expand Down Expand Up @@ -3896,4 +3896,4 @@
}

return api;
}, this);
}, this);
6 changes: 3 additions & 3 deletions lib/rangy-highlighter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
6 changes: 3 additions & 3 deletions lib/rangy-selectionsaverestore.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
6 changes: 3 additions & 3 deletions lib/rangy-serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
6 changes: 3 additions & 3 deletions lib/rangy-textrange.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

/**
Expand Down

0 comments on commit f06624a

Please sign in to comment.