diff --git a/LICENSE b/LICENSE index 2d4ec35..13988f0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 The Modernizr team +Copyright (c) 2023 The Modernizr team 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/README.md b/README.md index 9c02e8e..1109dbe 100644 --- a/README.md +++ b/README.md @@ -131,5 +131,5 @@ gulp.src('./js/*.js') ``` ## License -Copyright (c) 2022 The Modernizr team +Copyright (c) 2023 The Modernizr team Licensed under the MIT license. diff --git a/package-lock.json b/package-lock.json index 764cdda..7edb9f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gulp-modernizr", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gulp-modernizr", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "dependencies": { "customizr": "^2.0.4", diff --git a/package.json b/package.json index 9f54cf9..b027502 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gulp-modernizr", "description": "Gulp wrapper for custom Modernizr builds", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "main": "index.js", "bugs": "https://github.com/Modernizr/gulp-modernizr/issues",