diff --git a/README.md b/README.md index edba15c..abc6c45 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ As the **very last job** in your workflow, add ```yml - name: Time reporter - uses: DeviesDevelopment/workflow-timer@v0.0.4 + uses: DeviesDevelopment/workflow-timer@v0.1.1 ``` Workflow-timer compares the current workflow run with the latest run on another @@ -52,7 +52,7 @@ specify what branch to compare with. ```yml - name: Time reporter - uses: DeviesDevelopment/workflow-timer@v0.0.4 + uses: DeviesDevelopment/workflow-timer@v0.1.1 with: compareBranch: 'your-branch-name' ``` diff --git a/package.json b/package.json index 5cb8e0e..34978a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "workflow-timer", "description": "Workflow-timer is a GitHub action that measures the duration of the workflow and compares it to the duration of historical runs.", - "version": "0.1.0", + "version": "0.1.1", "author": "", "type": "module", "license": "MIT",