Skip to content

Commit 605fe1d

Browse files
committed
Merge pull request #15 from rapid7/feature-prep-v1.1.0-release
Feature prep v1.1.0 release
2 parents 9710a4b + a06b74d commit 605fe1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "awsaml",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Periodically refreshes AWS access keys",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/rapid7/awsaml.git"
99
},
10+
"bugs": {
11+
"url": "https://github.com/rapid7/awsaml/issues"
12+
},
1013
"main": "app.js",
1114
"scripts": {
1215
"debug": "electron . --debug",

0 commit comments

Comments
 (0)