diff --git a/README.md b/README.md index 537e3e9..cb8868e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ jobs: env: CI: 'true' - name: screenshots-ci-action - uses: flameddd/screenshots-ci-action@v1.0.3 + uses: flameddd/screenshots-ci-action@v1.0.4 with: url: https://github.com devices: iPhone 6,iPhone 6 landscape,Nexus 7,Pad Pro,Galaxy S III landscape,iPad Pro landscape @@ -63,7 +63,7 @@ jobs: env: CI: 'true' - name: screenshots-ci-action - uses: flameddd/screenshots-ci-action@v1.0.3 + uses: flameddd/screenshots-ci-action@v1.0.4 with: url: https://github.com devices: iPhone 6,iPhone 6 landscape diff --git a/package.json b/package.json index f79a7e7..5ab4545 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "screenshots-ci-action", - "version": "1.0.0", + "version": "1.0.4", "description": "Github Actions to screenshots website", "main": "index.js", "scripts": {