Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtung committed May 2, 2022
1 parent 22820ed commit 1c8b7c4
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.1</version>
<version>0.3.2</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.1"
libraryDependencies += "com.github.tomtung" %% "latex2unicode" % "0.3.2"
```
# 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.1"
version := "0.3.2"
val scala211 = "2.11.12"
val scala212 = "2.12.15"
val scala213 = "2.13.8"
Expand Down

0 comments on commit 1c8b7c4

Please sign in to comment.