Skip to content

Commit fb31585

Browse files
Update README.md
1 parent 4f4d8c2 commit fb31585

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ This library is a fork based on the source code of the [SmartGraph](https://gith
2626

2727

2828
> [!NOTE]
29-
> Read the **Javadoc** for more technicals details: [`PathGraph-JavaFX-1.0.5-javadoc`](https://javadoc.io/doc/io.github.vittoriopiotti/PathGraph-JavaFX/spring-core)
29+
> Read the **Javadoc** for more technicals details: [`PathGraph-JavaFX-1.0.9-javadoc`](https://javadoc.io/doc/io.github.vittoriopiotti/PathGraph-JavaFX/spring-core)
3030
3131

3232
> [!NOTE]
33-
> Library available on **Maven Central:** [`PathGraph-JavaFX-1.0.5`](https://central.sonatype.com/artifact/io.github.vittoriopiotti/PathGraph-JavaFX/1.0.5/overview)
33+
> Library available on **Maven Central:** [`PathGraph-JavaFX-1.0.9`](https://central.sonatype.com/artifact/io.github.vittoriopiotti/PathGraph-JavaFX/1.0.9/overview)
3434
> ```xml
3535
> <dependency>
3636
> <groupId>io.github.vittoriopiotti</groupId>
3737
> <artifactId>PathGraph-JavaFX</artifactId>
38-
> <version>1.0.5</version>
38+
> <version>1.0.9</version>
3939
> </dependency>
4040
> ```
4141
@@ -122,7 +122,7 @@ _Forward-compatible_
122122
123123
**Import Library**
124124
125-
[`PathGraph-JavaFX-1.0.5`](https://central.sonatype.com/artifact/io.github.vittoriopiotti/PathGraph-JavaFX/1.0.5/overview)
125+
[`PathGraph-JavaFX-1.0.9`](https://central.sonatype.com/artifact/io.github.vittoriopiotti/PathGraph-JavaFX/1.0.9/overview)
126126
127127
128128
_Able to:_
@@ -133,14 +133,14 @@ _Able to:_
133133
<dependency>
134134
<groupId>io.github.vittoriopiotti</groupId>
135135
<artifactId>PathGraph-JavaFX</artifactId>
136-
<version>1.0.5</version>
136+
<version>1.0.9</version>
137137
</dependency>
138138
```
139139
140140
141141
* Manual configuration:
142142

143-
Download and import jar in your module dependencies: [`PathGraph-JavaFX-1.0.5.jar`](https://github.com/vittorioPiotti/PathGraph-JavaFX/releases/tag/1.0.5)
143+
Download and import jar in your module dependencies: [`PathGraph-JavaFX-1.0.9.jar`](https://github.com/vittorioPiotti/PathGraph-JavaFX/releases/tag/1.0.9)
144144

145145

146146

@@ -156,7 +156,7 @@ _Able to:_
156156
<dependency>
157157
<groupId>io.github.vittoriopiotti</groupId>
158158
<artifactId>PathGraph-JavaFX</artifactId>
159-
<version>1.0.5</version>
159+
<version>1.0.9</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.openjfx</groupId>

0 commit comments

Comments
 (0)