Skip to content

Commit

Permalink
chore: v4.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jan 3, 2025
1 parent b78d5f9 commit 677bbaf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@

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

### phpMyFAQ v4.0.3 - unreleased
### phpMyFAQ v4.0.3 - 2025-01-03

- fixed installation bug introduced with v4.0.2 (Thorsten)
- fixed minor bug (Thorsten)

### phpMyFAQ v4.0.2 - 2025-01-02

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thorsten/phpmyfaq",
"version": "4.0.2",
"version": "4.0.3",
"description": "phpMyFAQ",
"repository": "git://github.com/thorsten/phpMyFAQ.git",
"author": "Thorsten Rinne",
Expand Down
2 changes: 1 addition & 1 deletion phpmyfaq/src/phpMyFAQ/System.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class System
/**
* Patch level.
*/
private const VERSION_PATCH_LEVEL = 2;
private const VERSION_PATCH_LEVEL = 3;

/**
* Pre-release version.
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Check if PMF_VERSION is not set or empty
if [ -z "${PMF_VERSION}" ]; then
PMF_VERSION="4.0.2"
PMF_VERSION="4.0.3"
fi

0 comments on commit 677bbaf

Please sign in to comment.