Skip to content

Commit 4bc3391

Browse files
committed
Set version to 2.1.2
1 parent 25ad93b commit 4bc3391

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Author: Christian Schnegelberger
66

77
URL: http://www.crizzo.de
88

9-
Version: v2.1.x
9+
Version: v2.1.2
1010

1111
## Install instructions:
1212
1. Download the extension

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.2-dev',
20+
'version' => '2.1.2',
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.2-dev",
7-
"time": "2017-03-12",
6+
"version": "2.1.2",
7+
"time": "2017-09-30",
88
"license": "GPL-2.0",
99
"authors": [{
1010
"name": "Christian Schnegelberger",

0 commit comments

Comments
 (0)