Skip to content

Commit edd58f4

Browse files
committed
Bump version
1 parent 02af9dc commit edd58f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v2
2424
- uses: actions/setup-go@v3
25-
- uses: stackaid/generate-stackaid-json@v1.5
25+
- uses: stackaid/generate-stackaid-json@v1.6
2626
```
2727
2828
This will commit a `stackaid.json` file in your repository which will then automatically show up for funding in the StackAid dashboard.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stackaid-json-generator",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"private": false,
55
"description": "A GitHub action to generate a stackaid.json file based on your repository's dependency graph",
66
"main": "lib/src/main.js",

0 commit comments

Comments
 (0)