Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #58 from omnius-project/development
Browse files Browse the repository at this point in the history
Updated docs proj version no
  • Loading branch information
woojiahao authored Apr 8, 2019
2 parents 554f9a8 + 7169863 commit e651f17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ add it to your project using the following code based on your build tool:
<dependency>
<groupId>com.github.woojiahao</groupId>
<artifactId>kMD2PDF</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

### Gradle
```groovy
implementation 'com.github.woojiahao:kMD2PDF:0.2.0'
implementation 'com.github.woojiahao:kMD2PDF:0.2.1'
```

If you encounter errors with loading the library, visit the troubleshooting guide
Expand Down
6 changes: 3 additions & 3 deletions docs/InstallationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ add it to your project using the following code based on your build tool:
<dependency>
<groupId>com.github.woojiahao</groupId>
<artifactId>kMD2PDF</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

## Gradle
```groovy
implementation 'com.github.woojiahao:kMD2PDF:0.2.0'
implementation 'com.github.woojiahao:kMD2PDF:0.2.1'
```

## Troubleshooting
Expand All @@ -35,7 +35,7 @@ the following fix:
<dependency>
<groupId>com.github.woojiahao</groupId>
<artifactId>kMD2PDF</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<classifier>jar-with-dependencies</classifier>
</dependency>
```
Expand Down

0 comments on commit e651f17

Please sign in to comment.