Skip to content

Commit

Permalink
Release Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
odeialba committed Sep 7, 2023
1 parent 999105e commit 0c97caf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 1.0.5 - 2023-09-08

## 1.0.5 - 2023-09-07
### Added
- Added missing language strings.
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_sortvoting';
$plugin->release = '1.0.5';
$plugin->version = 2023090700;
$plugin->release = '1.0.6';
$plugin->version = 2023090701;
$plugin->requires = 2022041908;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [];

0 comments on commit 0c97caf

Please sign in to comment.