From a1f279c161b66a362096cacf8c53d95ae8912d43 Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Wed, 24 Apr 2019 17:05:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c2e33e..c878890 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Replace the dummy job (class: `it.fabioformosa.quartzmanager.jobs.SampleJob`) wi From quartz manager ver 2.x.x, the new structure of project is: * REST backend (java based, using [http://www.quartz-scheduler.org/](http://www.quartz-scheduler.org/) - * Single Page Application frontend (angular 5) + * Single Page Application frontend (angular 7) (The previous version of quartz manager was a monolithic backend that provided also frontend developed with angularjs 1.6.x. You can find it at the branch 1.x.x)