Skip to content

Commit 2e6d395

Browse files
committed
v2.0.2
1 parent 4ec9569 commit 2e6d395

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 The Modernizr team
3+
Copyright (c) 2021 The Modernizr team
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,5 @@ modernizr(settings, function () {
255255
```
256256

257257
## License
258-
Copyright (c) 2020 The Modernizr team
258+
Copyright (c) 2021 The Modernizr team
259259
Licensed under the MIT license.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "customizr",
33
"description": "Build out a lean, mean Modernizr machine.",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"main": "src",
66
"bin": {
77
"customizr": "bin/customizr"

0 commit comments

Comments
 (0)