Skip to content

Commit b4b29a9

Browse files
committed
Bump version
1 parent 5025c85 commit b4b29a9

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,13 @@ The following are the major contributors of `node-keychain` (in no specific orde
6969
* Nicholas Penree ([drudge](https://github.com/drudge))
7070
* Tejesh Mehta ([tjmehta](https://github.com/tjmehta))
7171
* Benjamin Hutchins ([benhutchins](https://github.com/benhutchins))
72+
* Manuel de la Pena ([mandel-macaque](https://github.com/mandel-macaque))
7273

7374
## License
7475

7576
(The MIT License)
7677

77-
Copyright (c) 2013 Nicholas Penree <nick@penree.com>
78+
Copyright (c) 2013-2023 Nicholas Penree <nick@penree.com>
7879

7980
Permission is hereby granted, free of charge, to any person obtaining
8081
a copy of this software and associated documentation files (the

keychain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* node-keychain
3-
* Copyright(c) 2015 Nicholas Penree <nick@penree.com>
3+
* Copyright(c) 2023 Nicholas Penree <nick@penree.com>
44
* MIT Licensed
55
*/
66

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keychain",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Basic access to the Mac OS X Keychain",
55
"main": "keychain.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)