diff --git a/LICENSE b/LICENSE index 37e8e3d..8267176 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 LogDNA +Copyright (c) 2020 LogDNA Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 09192ab..2365097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logdna-winston", - "version": "2.3.0", + "version": "2.3.1", "description": "LogDNA's Node.js logging module with support for Winston", "main": "index.js", "scripts": { @@ -31,7 +31,7 @@ "homepage": "https://github.com/logdna/logdna-winston#readme", "dependencies": { "eslint": "^6.5.1", - "logdna": "^3.4.0", + "logdna": "^3.5.0", "winston": "^3.2.1" }, "devDependencies": {