We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fb553 commit eb5b254Copy full SHA for eb5b254
1 file changed
README.md
@@ -41,7 +41,7 @@ dashboard for monitoring and basic administration of tasks.
41
<dependency>
42
<groupId>no.bekk.db-scheduler-ui</groupId>
43
<artifactId>db-scheduler-ui-starter</artifactId>
44
- <version>4.3.0</version>
+ <version>4.6.0</version>
45
</dependency>
46
```
47
@@ -187,4 +187,4 @@ There are two ways to run the frontend locally.
187
2. running `mvn install` will build the frontend and copy the output to the resources folder in the `db-scheduler-ui`
188
module. The frontend will then be available at the same port as the example app.
189
190
-To run the backend run `mvn clean install` and then run the example app.
+To run the backend run `mvn clean install` and then run the example app.
0 commit comments