Skip to content

Commit cbd6cf3

Browse files
committed
chore: v3.2.10 release
1 parent 37a0804 commit cbd6cf3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

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

77
This is a log of major user-visible changes in each phpMyFAQ release.
88

9-
### phpMyFAQ v3.2.10 - unreleased
9+
### phpMyFAQ v3.2.10 - 2024-11-09
1010

1111
- fixed minor bugs (Thorsten)
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thorsten/phpmyfaq",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"description": "phpMyFAQ",
55
"repository": "git://github.com/thorsten/phpMyFAQ.git",
66
"author": "Thorsten Rinne",

phpmyfaq/src/phpMyFAQ/System.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class System
4646
/**
4747
* Patch level.
4848
*/
49-
private const VERSION_PATCH_LEVEL = 9;
49+
private const VERSION_PATCH_LEVEL = 10;
5050

5151
/**
5252
* Pre-release version.

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
if [ "x${PMF_VERSION}" = "x" ]; then
3-
PMF_VERSION="3.2.9"
3+
PMF_VERSION="3.2.10"
44
fi

0 commit comments

Comments
 (0)