From 00eff653cba9c37820155ec8268bb4cfa809fed2 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Tue, 30 Jan 2018 12:21:10 -0500 Subject: [PATCH] Update version to 4.1.0 and update LICENSE --- LICENSE | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index e0a687532..5beee04b4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2017 Mozilla Foundation +Copyright 2018 Mozilla Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/package.json b/package.json index b3afdc9b6..6a3b1b447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "4.0.0", + "version": "4.1.0", "description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net", "main": "app.js", "private": true,