Skip to content

Commit

Permalink
v0.0.2 version bump (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes authored Nov 7, 2019
1 parent 586fb5b commit 01380c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --update build-base git

LABEL "repository"="https://github.com/andrewmcodes/standardrb-action"
LABEL "maintainer"="Andrew Mason <[email protected]>"
LABEL "version"="0.0.1"
LABEL "version"="0.0.2"

COPY lib /action/lib
COPY README.md LICENSE /
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![StandardRB](https://github.com/andrewmcodes/standardrb-action/workflows/StandardRB/badge.svg)
![Tests](https://github.com/andrewmcodes/standardrb-action/workflows/Test/badge.svg)
![Build](https://github.com/andrewmcodes/standardrb-action/workflows/Build/badge.svg)
![Version Number](https://img.shields.io/static/v1?label=Version&message=v0.0.1&color=blue)
![Version Number](https://img.shields.io/static/v1?label=Version&message=v0.0.2&color=blue)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)

# :white_check_mark: StandardRB Action
Expand All @@ -22,7 +22,7 @@ Add the following to your GitHub action workflow to use StandardRB Linter Action

```yaml
- name: StandardRB Linter
uses: andrewmcodes/[email protected].1
uses: andrewmcodes/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: StandardRB Linter
uses: andrewmcodes/[email protected].1
uses: andrewmcodes/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 01380c7

Please sign in to comment.