Skip to content

Commit

Permalink
chore: Bumping version before release
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed May 1, 2020
1 parent 6535e5d commit 58091be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ At the moment this action only supports:
```yaml
steps:
- uses: actions/checkout@v2
- uses: gcarreno/setup-lazarus@v2.2.0
- uses: gcarreno/setup-lazarus@v2.2.1
with:
lazarus-version: "dist"
include-packages: "Synapse 40.1"
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Lazarus
uses: gcarreno/setup-lazarus@v2.2.0
uses: gcarreno/setup-lazarus@v2.2.1
with:
lazarus-version: ${{ matrix.lazarus-versions }}
include-packages: "Synapse 40.1"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-lazarus",
"version": "2.2.0",
"version": "2.2.1",
"description": "Set up your GitHub Actions workflow with a specific version of Lazarus",
"main": "lib/setup-lazarus.js",
"scripts": {
Expand Down

0 comments on commit 58091be

Please sign in to comment.