Unverified Commit 26c39ed7 authored by Marius Göcke's avatar Marius Göcke
Browse files

Merge branch 'other/next-release'

parents fd439f32 d02df8d4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@ v1.3.2;3170
v1.3.3;3169
v1.3.4;3300
v1.4.0;3427
v1.5.0;3423
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
# Release notes

## Changes

- Refactoring.
+3 −1
Original line number Diff line number Diff line
@@ -11,3 +11,5 @@ Version;SupportBegin;SupportEnd
1.3.4;2025-11-09T00:00:00;2027-02-08T00:00:00
1.3.5;2025-11-10T00:00:00;2027-02-09T00:00:00
1.4.0;2025-11-10T00:00:00;2027-02-09T00:00:00
1.4.1;2025-11-10T00:00:00;2027-02-09T00:00:00
1.5.0;2025-11-10T00:00:00;2027-02-09T00:00:00
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ services:
  simpleocr:
    container_name: simpleocr
    env_file: Variables.env
    image: simpleocr:1.4.0
    image: simpleocr:1.5.0
    ports:
    - 443:443
    volumes:
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    codeunitspecificationversion="2.9.4"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/raw/v2.9.4/Conventions/RepositoryStructure/CommonProjectStructure/codeunit.xsd" enabled="true">
    <cps:name>SimpleOCR</cps:name>
    <cps:version>1.4.0</cps:version>
    <cps:version>1.5.0</cps:version>
    <cps:codeunitownername>Marius Göcke</cps:codeunitownername>
    <cps:codeunitowneremailaddress>marius.goecke@gmail.com</cps:codeunitowneremailaddress>
    <cps:properties codeunithastestablesourcecode="false" codeunithasupdatabledependencies="false"
Loading