From 9ca92ca58dd7a54e546531b207802511a334721a Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Wed, 22 Jun 2022 17:57:35 +0200 Subject: [PATCH] chore: commit save point --- Makefile | 2 +- README.md | 6 ++++++ release.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 86e3845..aa1cb75 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ############################################################################################# ############################################################################################# -COMPONENTNAME := RequirementManager +COMPONENTNAME := ReqMan ############################################################################################# ############################################################################################# diff --git a/README.md b/README.md index d099423..ea1d7b7 100644 --- a/README.md +++ b/README.md @@ -287,3 +287,9 @@ Individual LaTeX commands can be looked up here: * [www.uni-frankfurt.de/53485609/latexsheet.pdf](https://www.uni-frankfurt.de/53485609/latexsheet.pdf) * [www.latex4ei.de/downloads/LaTeX_CheatSheet.pdf](https://www.latex4ei.de/downloads/LaTeX_CheatSheet.pdf) * [download.schukai.com/tools/reqman/](http://download.schukai.com/tools/reqman/) + + +## Change Log + +- Version 1.0.25 (20220622174620) + - Added support for `gitlab sync` command diff --git a/release.json b/release.json index faf8dec..8f9a36a 100644 --- a/release.json +++ b/release.json @@ -1,3 +1,3 @@ { - "version": "1.0.22" + "version": "1.0.26" } \ No newline at end of file -- GitLab