Skip to content

Commit

Permalink
set version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherfrieler committed Apr 7, 2021
1 parent 30063a3 commit d8f2d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can specify multiple artifacts declaring one per line.
```yaml
- uses: actions/setup-java@v1 # setup java for gradle execution
- name: gradle execution
uses: christopherfrieler/[email protected].0
uses: christopherfrieler/[email protected].1
with:
arguments: 'build --info'
artifacts: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gradle-wrapper-action",
"version": "0.2.0",
"version": "0.1.1",
"description": "A GitHub Action to execute Gradle tasks with the Gradle Wrapper.",
"author": "Christopher Frieler",
"keywords": [
Expand Down

0 comments on commit d8f2d50

Please sign in to comment.