Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtung committed Apr 5, 2022
1 parent 44008c6 commit b6b92b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ To add dependency on LaTeX2Unicode, insert the following to your `pom.xml` file
<dependency>
<groupId>com.github.tomtung</groupId>
<artifactId>latex2unicode_2.12</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

or add the following to your `build.sbt` file if you use sbt 0.11+:

```scala
libraryDependencies += "com.github.tomtung" %% "latex2unicode" % "0.3.0"
libraryDependencies += "com.github.tomtung" %% "latex2unicode" % "0.3.1"
```
# Credits

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "latex2unicode"

version := "0.3.0"
version := "0.3.1"
val scala211 = "2.11.12"
val scala212 = "2.12.15"
val scala213 = "2.13.8"
Expand Down

0 comments on commit b6b92b2

Please sign in to comment.