Skip to content

Commit

Permalink
Fix dates
Browse files Browse the repository at this point in the history
  • Loading branch information
outdead committed Jul 10, 2023
1 parent 2ff5632 commit 463537b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
base vertical
author outdead
email paul.korotkiy@gmail.com
date 2023-04-01
date 2023-07-11
name Table Vertical Align
desc Simple plugin to configure vertical-align in tables
url https://github.com/outdead/dokuwiki-plugin-vertical
2 changes: 1 addition & 1 deletion syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function getInfo(){
return array(
'author' => 'outdead',
'email' => 'paul.korotkiy@gmail.com',
'date' => '2023-04-01',
'date' => '2023-07-11',
'name' => 'Table Vertical Align',
'desc' => 'Simple plugin to configure vertical-align in tables',
'url' => 'https://github.com/outdead/dokuwiki-plugin-vertical',
Expand Down

0 comments on commit 463537b

Please sign in to comment.