diff --git a/README.md b/README.md index e61e947a..088b339d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Rangy A cross-browser JavaScript range and selection library. -The current version is version 1.3.1. +The current version is version 1.3.2. The latest source code and releases are on [GitHub](../../releases). diff --git a/package.json b/package.json index f0fccbae..99011471 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "rangy", "description": "A cross-browser DOM range and selection library", - "version": "1.3.1", + "version": "1.3.2", "author": { "name": "Tim Down", "email": "tim@timdown.co.uk", - "url": "http://timdown.co.uk/" + "url": "https://timdown.co.uk/" }, "keywords": ["range", "selection", "caret", "DOM"], "homepage": "https://github.com/timdown/rangy",