diff --git a/LICENSE b/LICENSE index 32d785f..cdeef2b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2021 Steven Agyekum +Copyright (c) 2020-2022 Steven Agyekum Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index cb59cc9..9b2f856 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can run this action by using the ``with:`` block steps: - uses: actions/checkout@v2 - name: Convert digramm to png - uses: Burnett01/actions-drawio@1.1 + uses: Burnett01/actions-drawio@1.2 with: src: diagramm.drawio dest: diagramm.png @@ -40,7 +40,7 @@ You can combine this actions with other ones, such as [upload-artifact](https:// steps: - uses: actions/checkout@v2 - name: Convert test file to png image - uses: Burnett01/actions-drawio@1.1 + uses: Burnett01/actions-drawio@1.2 with: src: test.drawio dest: test.png