Set release version to 3.4.1

This commit is contained in:
jekkos
2025-06-05 21:28:32 +02:00
parent 6f587498e6
commit 5f395d987b
4 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
[unreleased]: https://github.com/opensourcepos/opensourcepos/compare/3.4.0...HEAD
[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
[3.3.8]: https://github.com/opensourcepos/opensourcepos/compare/3.3.7...3.3.8

View File

@@ -12,7 +12,7 @@ class App extends BaseConfig
*
* @var string
*/
public string $application_version = '3.4.0';
public string $application_version = '3.4.1';
/**
* 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.0
image: jekkos/opensourcepos:3.4.1
restart: always
depends_on:
- mysql

View File

@@ -1,6 +1,6 @@
{
"name": "@opensourcepos/opensourcepos",
"version": "3.4.0",
"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.",
"main": "index.php",
"license": "MIT",