Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Nov 21, 2020
1 parent ea41c40 commit 6c3d6cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ The labels on this PR. A dictionary containing `true` where a label exists

```yaml
- id: pr-labels
uses: joerick/[email protected].0
uses: joerick/[email protected].1
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pr-labels-action",
"version": "1.0.0",
"version": "1.0.1",
"description": "A github action that extracts labels from the PR that this build belongs to and make them available to other actions.",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/joerick/pr-labels-action/"

[version]
current = "1.0.0"
current = "1.0.1"

regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit 6c3d6cc

Please sign in to comment.