Danny Coates 7 years ago
parent
commit
cda38f9bcf
4 changed files with 5 additions and 3 deletions
  1. 1 1
      CHANGELOG.md
  2. 2 0
      CONTRIBUTORS
  3. 1 1
      package-lock.json
  4. 1 1
      package.json

+ 1 - 1
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)

+ 2 - 0
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ć)
 صفا الفليج
+వీవెన్

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "firefox-send",
-  "version": "2.5.2",
+  "version": "2.5.3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
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/",