Skip to content

Commit

Permalink
bump current year
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 31, 2023
1 parent 6a6cc2a commit 1cdaab2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2023 Denis Pushkarev
Copyright (c) 2014-2024 Denis Pushkarev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-builder/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
/* eslint-disable prefer-template -- for better formatting */
banner: '/**\n' +
' * core-js ' + version + '\n' +
' * © 2014-2023 Denis Pushkarev (zloirock.ru)\n' +
' * © 2014-2024 Denis Pushkarev (zloirock.ru)\n' +
' * license: https://github.com/zloirock/core-js/blob/v' + version + '/LICENSE\n' +
' * source: https://github.com/zloirock/core-js\n' +
' */',
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js/internals/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var store = require('../internals/shared-store');
})('versions', []).push({
version: '3.35.0',
mode: IS_PURE ? 'pure' : 'global',
copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
license: 'https://github.com/zloirock/core-js/blob/v3.35.0/LICENSE',
source: 'https://github.com/zloirock/core-js'
});

0 comments on commit 1cdaab2

Please sign in to comment.