Skip to content

Commit a314e23

Browse files
committed
Release 2.1.1
1 parent 411fcb0 commit a314e23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

acp/acp_aboutus_info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function module()
1717
return array(
1818
'filename' => '\crizzo\aboutus\acp\acp_aboutus_module',
1919
'title' => 'ACP_ABOUTUS_SETTINGS',
20-
'version' => '2.1.1-dev',
20+
'version' => '2.1.1',
2121
'modes' => array(
2222
'config_aboutus' => array('title' => 'ACP_ABOUTUS_SETTINGS', 'auth' => 'ext_crizzo/aboutus && acl_a_board', 'cat' => array('ACP_ABOUTUS_SETTINGS')),
2323
),

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "phpbb-extension",
44
"description": "About us is an extension which adds to phpBB 3.2 an about us or legal notice-page, where you can add your contact details and more.",
55
"homepage": "https://github.com/Crizz0/phpbb3-about-us",
6-
"version": "2.1.1-dev",
7-
"time": "2017-03-11",
6+
"version": "2.1.1",
7+
"time": "2017-03-12",
88
"license": "GPL-2.0",
99
"authors": [{
1010
"name": "Christian Schnegelberger",

0 commit comments

Comments
 (0)