diff --git a/README.md b/README.md index fd89751..28867f3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ jobs: name: print-solc-version runs-on: ubuntu-latest steps: - - uses: arr4n/setup-solc@main + - uses: arr4n/setup-solc@main # TODO: use a commit hash for better security with: version: 0.8.30 diff --git a/package.json b/package.json index ce05416..db94617 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-solc", - "version": "0.0.1", + "version": "0.1.0", "type": "module", "author": "github.com/arr4n", "description": "A GitHub action for installing the Solidity compiler, solc.",