Skip to content

Commit 4f41842

Browse files
Updated version in README
1 parent 2f9a848 commit 4f41842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Either create a plugin as usual and add the QuartzLib as explained below, or use
3232
<dependency>
3333
<groupId>fr.zcraft</groupId>
3434
<artifactId>quartzlib</artifactId>
35-
<version>0.0.1-SNAPSHOT</version>
35+
<version>0.0.2</version>
3636
</dependency>
3737
```
3838

@@ -82,4 +82,4 @@ Either create a plugin as usual and add the QuartzLib as explained below, or use
8282
```
8383

8484
You should also update your code, so your main class extends [`QuartzPlugin`](https://zdevelopers.github.io/QuartzLib/?fr/zcraft/quartzlib/core/QuartzPlugin.html) instead of `JavaPlugin`. No other changes are required. This will allow you to use directly some useful methods to load your plugin's components.
85-
Check out [the wiki](https://github.com/zDevelopers/QuartzLib/wiki/Installation) for more information.
85+
Check out [the wiki](https://github.com/zDevelopers/QuartzLib/wiki/Installation) for more information.

0 commit comments

Comments
 (0)