From cad793cf225207e64d5a602b6c964fdc92f22db3 Mon Sep 17 00:00:00 2001 From: Froilan Irizarry Date: Mon, 20 Aug 2018 01:52:41 -0400 Subject: [PATCH] Search improvements, scaling configuration improvements, Elasticsearch upgrades, New Relic configuration improvements ... --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0aebe795..02e4a384 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "code-gov-api", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3caa450f..938142ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-gov-api", - "version": "2.3.0", + "version": "2.4.0", "author": "Michael Balint (https://presidentialinnovationfellows.gov/)", "description": "[Code.gov](https://code.gov) is a website promoting good practices in code development, collaboration, and reuse across the U.S. Government. Code.gov will provide tools and guidance to help agencies implement the [Federal Source Code Policy](https://sourcecode.cio.gov). It will include an inventory of the government's custom code to promote reuse between agencies. And it will provide tools to help government and the public collaborate on open source projects. This repository is home to the code powering code.gov. To learn more about the project, check out the main [Code.gov project README](https://github.com/presidential-innovation-fellows/code-gov-pm/blob/master/README.md)", "repository": {