From 26c23202800651338aed73cf0cab948620c54219 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 6 Mar 2024 14:38:06 +0100 Subject: [PATCH] updated version --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 59a4e42..dc042b6 100644 --- a/action.yml +++ b/action.yml @@ -27,4 +27,4 @@ outputs: runs: using: 'docker' - image: 'docker://ghcr.io/paritytech/auto-merge-bot/action:1.0.0' + image: 'docker://ghcr.io/paritytech/auto-merge-bot/action:1.0.1' diff --git a/package.json b/package.json index 77a659f..f074b63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-merge-bot", - "version": "1.0.0", + "version": "1.0.1", "description": "Bot which enables or disable auto-merge", "main": "src/index.ts", "scripts": {