Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.

Commit 9300711

Browse files
committed
Prepare the library for new release v0.7.0 [ci skip].
1 parent 25b41df commit 9300711

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ _Image:_ JavaDoc Lib-I18N v0.7.0
351351
Download<a name="Download" />
352352
---
353353

354-
Current `version` is `0.6.1`. Main points in this release are:
355-
* Update the `How to use the builder...` sections.
356-
* `JavaDoc` from the library is now online available: http://naoghuman.github.io/lib-i18n/apidocs
354+
Current `version` is `0.7.0`. Main points in this release are:
355+
* Additional unit tests were added to increase the stability of the library.
356+
* Extend and update the documentation. Add new sections 'Conventions' and 'Features'.
357357

358358
**Maven coordinates**
359359
In context from a [Maven] project you can use following maven coordinates:
@@ -362,7 +362,7 @@ In context from a [Maven] project you can use following maven coordinates:
362362
<dependency>
363363
<groupId>com.github.naoghuman</groupId>
364364
<artifactId>lib-i18n</artifactId>
365-
<version>0.6.1</version>
365+
<version>0.7.0</version>
366366
</dependency>
367367

368368
<!-- optional -->
@@ -375,7 +375,7 @@ In context from a [Maven] project you can use following maven coordinates:
375375
```
376376

377377
Download:
378-
* [Release v0.6.1] (12.08.2018 / MM.dd.yyyy)
378+
* [Release v0.7.0] (12.29.2018 / MM.dd.yyyy)
379379

380380
An overview about all existings releases can be found here:
381381
* [Overview] from all releases in `Lib-I18N`.
@@ -471,7 +471,7 @@ You can reach me under <peter.rogge@yahoo.de>.
471471
[NetBeans]:https://netbeans.org/
472472
[Overview]:https://github.com/Naoghuman/lib-i18n/releases
473473
[Pull Request]:https://help.github.com/articles/using-pull-requests
474-
[Release v0.6.1]:https://github.com/Naoghuman/lib-i18n/releases/tag/v0.6.1
474+
[Release v0.7.0]:https://github.com/Naoghuman/lib-i18n/releases/tag/v0.7.0
475475
[MissingResourceException]:https://docs.oracle.com/javase/8/docs/api/java/util/MissingResourceException.html
476476
[ResourceBundle]:https://docs.oracle.com/javase/8/docs/api/java/util/ResourceBundle.html
477477
[Scene Builder]:https://gluonhq.com/products/scene-builder/

0 commit comments

Comments
 (0)