Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtung committed Feb 24, 2018
1 parent 7337d2f commit d04b20f
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.2.2</version>
<version>0.2.3</version>
</dependency>
```

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

```scala
libraryDependencies += "com.github.tomtung" %% "latex2unicode" % "0.2.2"
libraryDependencies += "com.github.tomtung" %% "latex2unicode" % "0.2.3"
```
# Credits

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

organization := "com.github.tomtung"

version := "0.2.2"
version := "0.2.3"

scalaVersion := "2.12.4"

Expand Down

0 comments on commit d04b20f

Please sign in to comment.