Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
per committed Dec 8, 2021
1 parent d5d8d74 commit d6cd214
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To use it, add the following dependency to your pom.xml
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>mdr2html</artifactId>
<version>1.3</version>
<version>1.4.0</version>
</dependency>
```

Expand Down Expand Up @@ -133,8 +133,9 @@ See the [tests](https://github.com/perNyfelt/mdr2html/blob/main/src/test/R/Mdr2h

# Version History

### Ver 1.4-SNAPSHOT
### Ver 1.4.0, Dec 8, 2021
- upgrade r2md to 1.0.1 to add the md.addPlot function for more versatile plotting.
- switch to 3 position version scheme so bumping version to the 1.4.x range

### Ver 1.3, Jan 31, 2021
- add highlightJs code formatting
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>se.alipsa</groupId>
<artifactId>mdr2html</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>jar</packaging>

<!-- general information about your package -->
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>r2md</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>

<!-- the hamcrest package is only required if you use it for unit tests -->
Expand Down

0 comments on commit d6cd214

Please sign in to comment.