From 46ca45b7da30c824e89a55156a32351c16610bb4 Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Thu, 5 Jan 2023 13:08:47 +1100 Subject: [PATCH] Fix CI badge --- README.md | 3 +-- version.php | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e55a35..a29d77f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/catalyst/moodle-local_submissionrestrict/ci/MOODLE_39_STABLE) - +![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/catalyst/moodle-local_submissionrestrict/ci.yml?branch=MOODLE_39_STABLE) # Submission restriction # diff --git a/version.php b/version.php index 74b8992..096d854 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_submissionrestrict'; -$plugin->version = 2022032303; -$plugin->release = 2022032303; +$plugin->version = 2023010500; +$plugin->release = 2023010500; $plugin->requires = 2020061500; $plugin->supported = [39, 401]; // Available as of Moodle 3.9.0 or later. $plugin->maturity = MATURITY_STABLE;