From 8ab78ae1b28837ce4ff6093b796a5ea0fda6c03b Mon Sep 17 00:00:00 2001 From: Arran Schlosberg Date: Tue, 7 Oct 2025 14:35:22 +0100 Subject: [PATCH] chore: `v0.1.0` --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.",