diff --git a/LICENSE b/LICENSE index 74e3248..38fbd3f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012-2015 Andris Reinman +Copyright (c) 2012-2016 Andris Reinman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -13,4 +13,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/package.json b/package.json index c4e70b4..07795db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mailcomposer", "description": "Compose E-Mail messages", - "version": "3.0.0-beta.0", + "version": "3.0.0", "author": "Andris Reinman", "license": "MIT", "maintainers": [ @@ -19,8 +19,8 @@ }, "main": "./lib/mailcomposer", "dependencies": { - "buildmail": "beta", - "libmime": "^1.2.0" + "buildmail": "3.0.0", + "libmime": "2.0.0" }, "devDependencies": { "chai": "^3.4.1",