Set release version to 3.4.2

This commit is contained in:
jekkos
2025-08-07 21:06:11 +02:00
parent e089dc5e2c
commit 1615ef3832
4 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
[unreleased]: https://github.com/opensourcepos/opensourcepos/compare/3.4.0...HEAD
[3.4.2]: https://github.com/opensourcepos/opensourcepos/compare/3.4.1...3.4.2
[3.4.1]: https://github.com/opensourcepos/opensourcepos/compare/3.4.0...3.4.1
[3.4.0]: https://github.com/opensourcepos/opensourcepos/compare/3.3.9...3.4.0
[3.3.9]: https://github.com/opensourcepos/opensourcepos/compare/3.3.8...3.3.9

View File

@@ -12,7 +12,7 @@ class App extends BaseConfig
*
* @var string
*/
public string $application_version = '3.4.1';
public string $application_version = '3.4.2';
/**
* This is the commit hash for the version you are currently using.

View File

@@ -15,7 +15,7 @@ networks:
services:
ospos:
image: jekkos/opensourcepos:3.4.1
image: jekkos/opensourcepos:3.4.2
restart: always
depends_on:
- mysql

View File

@@ -1,7 +1,7 @@
{
"name": "@opensourcepos/opensourcepos",
"version": "3.4.1",
"description": "Open Source Point of Sale is a web based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.",
"version": "3.4.2",
"description": "pen Source Point of Sale is a web based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.",
"main": "index.php",
"license": "MIT",
"authors": [