Skip to content

Commit 27e278c

Browse files
authored
Update README.md
1 parent e56d597 commit 27e278c

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
@@ -13,12 +13,12 @@ For Maven-based projects, add the following to your POM file (the dependency are
1313
<dependency>
1414
<groupId>io.github.eaxdev</groupId>
1515
<artifactId>jsonresume-validator</artifactId>
16-
<version>{{current_latest_version}}</version>
16+
<version>0.0.1</version>
1717
</dependency>
1818
```
1919
If you using Gradle, add this in your `build.gradle`:
2020
```
21-
compile group: 'io.github.eaxdev', name: 'jsonresume-validator', version: '{{current_latest_version}}'
21+
compile group: 'io.github.eaxdev', name: 'jsonresume-validator', version: '0.0.1'
2222
```
2323

2424
And then use it in your code:

0 commit comments

Comments
 (0)