From 130a1dba3b1a43a65fdf6a983f43cec0afb2e516 Mon Sep 17 00:00:00 2001 From: Daniel Perez Date: Thu, 15 Aug 2024 00:50:24 +0100 Subject: [PATCH] Bump version --- .github/workflows/release.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a37063..2222fb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ permissions: packages: write jobs: - deploy: + release: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 diff --git a/Cargo.lock b/Cargo.lock index 84862b1..672408f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2417,7 +2417,7 @@ dependencies = [ [[package]] name = "eclair" -version = "0.1.3" +version = "0.1.4-dev" dependencies = [ "alloy", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 33b8e4a..5cc13cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eclair" -version = "0.1.3" +version = "0.1.4-dev" edition = "2021"