Skip to content

Commit 28d2705

Browse files
committed
Bump version for 3.2.x
1 parent 33c4d9c commit 28d2705

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# phpBB 3.1 Extension - phpBB.de Pastebin
1+
# phpBB 3.2 Extension - phpBB.de Pastebin
22

33
## Installation
44

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "phpbb-extension",
44
"description": "Provides a pastebin including syntax highlighting",
55
"homepage": "https://www.phpbb.de/community/",
6-
"version": "2.0.0-dev",
7-
"time": "2019-10-04",
6+
"version": "2.0.0",
7+
"time": "2019-10-24",
88
"license": "GPL-2.0-only",
99
"authors": [
1010
{
@@ -24,7 +24,7 @@
2424
"extra": {
2525
"display-name": "phpBB.de - Pastebin",
2626
"soft-require": {
27-
"phpbb/phpbb": ">=3.2.1,<3.3@dev"
27+
"phpbb/phpbb": ">=3.2.4,<3.3@dev"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)