diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db5dd00..2c1f5b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Change Log -### upcoming (2018/03/12 19:25 +00:00) +### v2.5.1 (2018/03/12 19:26 +00:00) - [#789](https://github.com/mozilla/send/pull/789) Fixed #775 : Made text not-selectable (@RCMainak) ### v2.5.0 (2018/03/08 19:31 +00:00) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 516fb644..aadedd64 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -37,6 +37,7 @@ Frederick Villaluna Gabriela Gautam krishna.R Georgianizator +Gonçalo Matos Hyeonseok Shin Håvar Henriksen Jae Hyeon Park @@ -153,3 +154,4 @@ ybouhamam Μιχάλης Марко Костић (Marko Kostić) صفا الفليج +వీవెన్ diff --git a/package-lock.json b/package-lock.json index c7d10b04..a9bd23cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "firefox-send", - "version": "2.5.2", + "version": "2.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32e5a911..6a77716c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "firefox-send", "description": "File Sharing Experiment", - "version": "2.5.2", + "version": "2.5.3", "author": "Mozilla (https://mozilla.org)", "repository": "mozilla/send", "homepage": "https://github.com/mozilla/send/",