Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Jan 30, 2021
1 parent 2c1f48c commit c3052c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ jobs:
with:
path: this-plugin

- name: Install node
uses: actions/setup-node@v1
with:
node-version: '14.15.0'

- name: setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2020110300;
$plugin->version = 2021013000;
$plugin->requires = 2019111800;
$plugin->component = 'format_masonry';
$plugin->release = '3.8+';
Expand Down

0 comments on commit c3052c2

Please sign in to comment.