Skip to content

Commit

Permalink
Release 1.2.1 [Beta]
Browse files Browse the repository at this point in the history
- Fix Parameter Bearbeitung: Parameterlisten können wieder bearbeitet werden
- Fix errors when last folder does not exist anymore
  • Loading branch information
encrypTimM committed Feb 23, 2023
1 parent 35d67e8 commit 45a9bf8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion classifier.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.2.0
VERSION=1.2.1
OS=$(uname -o)
if [[ "$OS" == "Darwin" ]]; then
DIR=deploy/${VERSION}/macOS/input
Expand Down
2 changes: 1 addition & 1 deletion linux_deb_auslieferung.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd "$(dirname "$0")" # zum Pfad dieses Skriptes wechseln
NAME="Classifier"
DESCRIPTION="UML-Klassenmodellierung"
# Version muss groesser gleich 1.0.0 sein!
VERSION="1.2.0"
VERSION="1.2.1"
VENDOR="Tim Mühle"
COPYRIGHT="Copyright © 2022 - Tim Mühle"
LICENSE_FILE="LICENSE.txt"
Expand Down
2 changes: 1 addition & 1 deletion linux_rpm_auslieferung.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NAME="Classifier"
NAME_KLEIN="classifier"
DESCRIPTION="UML-Klassenmodellierung"
# Version muss groesser gleich 1.0.0 sein!
VERSION="1.2.0"
VERSION="1.2.1"
VENDOR="Tim Mühle"
COPYRIGHT="Copyright © 2022 - Tim Mühle"
LICENSE_FILE="LICENSE.txt"
Expand Down
2 changes: 1 addition & 1 deletion mac_auslieferung.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd "$(dirname "$0")" # zum Pfad dieses Skriptes wechseln
NAME="Classifier"
DESCRIPTION="UML-Klassenmodellierung"
# Version muss groesser gleich 1.0.0 sein!
VERSION="1.2.0"
VERSION="1.2.1"
VENDOR="Tim Mühle"
COPYRIGHT="Copyright © 2022 - Tim Mühle"
LICENSE_FILE="LICENSE.txt"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.aid-labor</groupId>
<artifactId>classifier</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>Classifier</name>
<description>UML Klassenmodellierung</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class Hauptfenster extends Application {

// @formatter:off
private static final ProgrammDetails programm = new ProgrammDetails(
"1.2.0 [Beta]",
"1.2.1 [Beta]",
"Classifier",
"Tim M%chle".formatted(ue),
"https://github.com/AID-Labor/classifier",
Expand Down
2 changes: 1 addition & 1 deletion windows_auslieferung.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rem Mit den folgeneden Variablen koennen die Grundlegenden Daten fuer das Projek
set NAME=Classifier
set DESCRIPTION=UML-Klassenmodellierung
rem Version muss groesser gleich 1.0.0 sein!
set VERSION=1.2.0
set VERSION=1.2.1
set VENDOR="Tim Mhle"
set COPYRIGHT="Copyright ¸ 2022 - Tim Mhle"
set LICENSE_FILE=LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion zip_app_images.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION="1.2.0"
VERSION="1.2.1"
NAME="Classifier"
OUT="auslieferung/${VERSION}"
MAC="${OUT}/macOS/app"
Expand Down

0 comments on commit 45a9bf8

Please sign in to comment.